You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/05/11 05:00:57 UTC

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

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

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:44851_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34619_solr, 127.0.0.1:38307_solr, 127.0.0.1:39231_solr, 127.0.0.1:44851_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:44851_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34619_solr, 127.0.0.1:38307_solr, 127.0.0.1:39231_solr, 127.0.0.1:44851_solr]
	at __randomizedtesting.SeedInfo.seed([DCED65F17EF5A67C:AC0DE14BFABA0F77]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DCED65F17EF5A67C:7CF72EAADA85ED70]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: modifyColl
{failure={127.0.0.1:39445_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'modifyColl_s1_r_n1': Unable to create core [modifyColl_s1_r_n1] Caused by: null}, success={127.0.0.1:44541_solr={responseHeader={status=0, QTime=164}, core=modifyColl_s1_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: modifyColl
{failure={127.0.0.1:39445_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'modifyColl_s1_r_n1': Unable to create core [modifyColl_s1_r_n1] Caused by: null}, success={127.0.0.1:44541_solr={responseHeader={status=0, QTime=164}, core=modifyColl_s1_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([DCED65F17EF5A67C:75754F847239627A]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl(OverseerModifyCollectionTest.java:59)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DCED65F17EF5A67C:9CC21243E582F579]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

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

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

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr

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

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

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

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DF4113ABCEAC76C2:9F6E641955DB25C7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:40353_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35281_solr, 127.0.0.1:39711_solr, 127.0.0.1:40353_solr, 127.0.0.1:41641_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:40353_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35281_solr, 127.0.0.1:39711_solr, 127.0.0.1:40353_solr, 127.0.0.1:41641_solr]
	at __randomizedtesting.SeedInfo.seed([DF4113ABCEAC76C2:AFA197114AE3DFC9]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/so

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

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 20m 46s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

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

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: deleteShard
{failure={127.0.0.1:33397_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'deleteShard_s1_r_n1': Unable to create core [deleteShard_s1_r_n1] Caused by: null}, success={127.0.0.1:46669_solr={responseHeader={status=0, QTime=103}, core=deleteShard_s2_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: deleteShard
{failure={127.0.0.1:33397_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'deleteShard_s1_r_n1': Unable to create core [deleteShard_s1_r_n1] Caused by: null}, success={127.0.0.1:46669_solr={responseHeader={status=0, QTime=103}, core=deleteShard_s2_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([83EE7A1FB6BB45D:806AD87B5597D9A5]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.DeleteShardTest.test(DeleteShardTest.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701418402219819008>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701418402219819008>
	at __randomizedtesting.SeedInfo.seed([83EE7A1FB6BB45D:F0F81E9468722C95]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([83EE7A1FB6BB45D:48119013601CE758]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36885_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33751_solr, 127.0.0.1:34949_solr, 127.0.0.1:36885_solr, 127.0.0.1:46815_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36885_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33751_solr, 127.0.0.1:34949_solr, 127.0.0.1:36885_solr, 127.0.0.1:46815_solr]
	at __randomizedtesting.SeedInfo.seed([83EE7A1FB6BB45D:78DE631B7F241D56]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83EE7A1FB6BB45D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83EE7A1FB6BB45D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83EE7A1FB6BB45D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83EE7A1FB6BB45D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependen

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


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 20m 7s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([6E5BEE7FDA9DECE6:CE41A5247EEDA7EA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@523fd3f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@523fd3f0
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@1f7a48bd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@1f7a48bd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@72473384
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@72473384
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@10517cc4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@10517cc4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@523fd3f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@523fd3f0
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@1f7a48bd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@1f7a48bd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@72473384
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@72473384
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@10517cc4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@10517cc4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@523fd3f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@523fd3f0
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@1f7a48bd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@1f7a48bd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@72473384
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@72473384
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@10517cc4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@10517cc4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@523fd3f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@523fd3f0
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4a8d7817
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@1f7a48bd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@1f7a48bd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@72473384
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@72473384
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@10517cc4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@10517cc4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

>
	at __randomizedtesting.SeedInfo.seed([6E5BEE7FDA9DECE6]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 72 threads leaked from SUITE scope at org.apache.solr.core.TestCorePropertiesReload: 
   1) Thread[id=3999, name=SOLR-TGRP-TestCorePropertiesReload-3550, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4009, name=SOLR-TGRP-TestCorePropertiesReload-3557, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4007, name=SOLR-TGRP-TestCorePropertiesReload-3558, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=3995, name=SOLR-TGRP-TestCorePropertiesReload-3546, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=3940, name=SOLR-TGRP-TestCorePropertiesReload-3492, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3959, name=SOLR-TGRP-TestCorePropertiesReload-3511, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3947, name=SOLR-TGRP-TestCorePropertiesReload-3499, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4010, name=SOLR-TGRP-TestCorePropertiesReload-3560, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3938, name=SOLR-TGRP-TestCorePropertiesReload-3490, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=3960, name=SOLR-TGRP-TestCorePropertiesReload-3512, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4012, name=SOLR-TGRP-TestCorePropertiesReload-3562, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3967, name=SOLR-TGRP-TestCorePropertiesReload-3519, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3941, name=SOLR-TGRP-TestCorePropertiesReload-3493, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3968, name=SOLR-TGRP-TestCorePropertiesReload-3520, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3978, name=SOLR-TGRP-TestCorePropertiesReload-3529, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3966, name=SOLR-TGRP-TestCorePropertiesReload-3518, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=4016, name=SOLR-TGRP-TestCorePropertiesReload-3566, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=3988, name=SOLR-TGRP-TestCorePropertiesReload-3539, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3946, name=SOLR-TGRP-TestCorePropertiesReload-3498, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=3936, name=SOLR-TGRP-TestCorePropertiesReload-3488, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=3986, name=SOLR-TGRP-TestCorePropertiesReload-3537, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=3990, name=SOLR-TGRP-TestCorePropertiesReload-3541, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=3971, name=SOLR-TGRP-TestCorePropertiesReload-3523, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3996, name=SOLR-TGRP-TestCorePropertiesReload-3547, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=4015, name=SOLR-TGRP-TestCorePropertiesReload-3565, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3991, name=SOLR-TGRP-TestCorePropertiesReload-3542, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3943, name=SOLR-TGRP-TestCorePropertiesReload-3495, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4003, name=SOLR-TGRP-TestCorePropertiesReload-3554, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3981, name=SOLR-TGRP-TestCorePropertiesReload-3532, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4001, name=SOLR-TGRP-TestCorePropertiesReload-3552, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4017, name=SOLR-TGRP-TestCorePropertiesReload-3567, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=3965, name=SOLR-TGRP-TestCorePropertiesReload-3517, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4005, name=SOLR-TGRP-TestCorePropertiesReload-3555, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3963, name=SOLR-TGRP-TestCorePropertiesReload-3515, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3998, name=SOLR-TGRP-TestCorePropertiesReload-3549, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3983, name=SOLR-TGRP-TestCorePropertiesReload-3534, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=3961, name=SOLR-TGRP-TestCorePropertiesReload-3513, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=3976, name=SOLR-TGRP-TestCorePropertiesReload-3527, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=3985, name=SOLR-TGRP-TestCorePropertiesReload-3536, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=4008, name=SOLR-TGRP-TestCorePropertiesReload-3559, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3970, name=SOLR-TGRP-TestCorePropertiesReload-3522, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4011, name=SOLR-TGRP-TestCorePropertiesReload-3561, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3974, name=SOLR-TGRP-TestCorePropertiesReload-3525, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=3997, name=SOLR-TGRP-TestCorePropertiesReload-3548, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=3945, name=SOLR-TGRP-TestCorePropertiesReload-3497, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3975, name=SOLR-TGRP-TestCorePropertiesReload-3526, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3984, name=SOLR-TGRP-TestCorePropertiesReload-3535, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4006, name=SOLR-TGRP-TestCorePropertiesReload-3556, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3939, name=SOLR-TGRP-TestCorePropertiesReload-3491, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3987, name=SOLR-TGRP-TestCorePropertiesReload-3538, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4013, name=SOLR-TGRP-TestCorePropertiesReload-3563, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3972, name=SOLR-TGRP-TestCorePropertiesReload-3524, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=3989, name=SOLR-TGRP-TestCorePropertiesReload-3540, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=3962, name=SOLR-TGRP-TestCorePropertiesReload-3514, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=3982, name=SOLR-TGRP-TestCorePropertiesReload-3533, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=3979, name=SOLR-TGRP-TestCorePropertiesReload-3530, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4014, name=SOLR-TGRP-TestCorePropertiesReload-3564, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3942, name=SOLR-TGRP-TestCorePropertiesReload-3494, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=3994, name=SOLR-TGRP-TestCorePropertiesReload-3545, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3948, name=SOLR-TGRP-TestCorePropertiesReload-3500, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=4000, name=SOLR-TGRP-TestCorePropertiesReload-3551, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3937, name=SOLR-TGRP-TestCorePropertiesReload-3489, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3944, name=SOLR-TGRP-TestCorePropertiesReload-3496, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3949, name=SOLR-TGRP-TestCorePropertiesReload-3501, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=3964, name=SOLR-TGRP-TestCorePropertiesReload-3516, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628

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

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

3 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestCollectionAPI.test

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([88656EF072A99CCB:31512ADC55F133]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.api.collections.TestCollectionAPI.clusterStatusAliasTest(TestCollectionAPI.java:496)
	at org.apache.solr.cloud.api.collections.TestCollectionAPI.test(TestCollectionAPI.java:105)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701407660820135936>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701407660820135936>
	at __randomizedtesting.SeedInfo.seed([88656EF072A99CCB:70A397C5E1B00403]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([88656EF072A99CCB:C84A1942E9DECFCE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=88656EF072A99CCB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=88656EF072A99CCB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.api.collections.TestCollectionAPI.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.TestCollectionAPI.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.TestCollectionAPI" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=88656EF072A99CCB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isd

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

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

4 tests failed.
FAILED:  org.apache.solr.cloud.TestDownShardTolerantSearch.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: tolerant
{failure={127.0.0.1:37799_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'tolerant_s1_r_n1': Unable to create core [tolerant_s1_r_n1] Caused by: null}, success={127.0.0.1:38985_solr={responseHeader={status=0, QTime=324}, core=tolerant_s2_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: tolerant
{failure={127.0.0.1:37799_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'tolerant_s1_r_n1': Unable to create core [tolerant_s1_r_n1] Caused by: null}, success={127.0.0.1:38985_solr={responseHeader={status=0, QTime=324}, core=tolerant_s2_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([30EBFC000266639D]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestDownShardTolerantSearch.beforeTestDownShardTolerantSearch(TestDownShardTolerantSearch.java:50)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


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

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: org.apache.solr.cloud.TestRandomFlRTGCloud_collection
{failure={127.0.0.1:41115_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'org.apache.solr.cloud.TestRandomFlRTGCloud_collection_s1_r_n1': Unable to create core [org.apache.solr.cloud.TestRandomFlRTGCloud_collection_s1_r_n1] Caused by: null}, success={127.0.0.1:33711_solr={responseHeader={status=0, QTime=336}, core=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_s2_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: org.apache.solr.cloud.TestRandomFlRTGCloud_collection
{failure={127.0.0.1:41115_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'org.apache.solr.cloud.TestRandomFlRTGCloud_collection_s1_r_n1': Unable to create core [org.apache.solr.cloud.TestRandomFlRTGCloud_collection_s1_r_n1] Caused by: null}, success={127.0.0.1:33711_solr={responseHeader={status=0, QTime=336}, core=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_s2_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([30EBFC000266639D]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestRandomFlRTGCloud.createMiniSolrCloudCluster(TestRandomFlRTGCloud.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701402719796854784>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701402719796854784>
	at __randomizedtesting.SeedInfo.seed([30EBFC000266639D:C82D0535917FFB55]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([30EBFC000266639D:70C48BB299113098]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=30EBFC000266639D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=30EBFC000266639D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* Try:
Run with --stacktrace 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 fa

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

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 20m 38s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701386149165006848>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701386149165006848>
	at __randomizedtesting.SeedInfo.seed([5B87C9A027A9F81F:A3413095B4B060D7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5B87C9A027A9F81F:1BA8BE12BCDEAB1A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B87C9A027A9F81F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B87C9A027A9F81F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging 

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

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 20m 28s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701371579832729600>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701371579832729600>
	at __randomizedtesting.SeedInfo.seed([154B0E6FD1E9ED4E:ED8DF75A42F07586]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([154B0E6FD1E9ED4E:556479DD4A9EBE4B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=154B0E6FD1E9ED4E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=154B0E6FD1E9ED4E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

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

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 20m 27s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701360080960618496>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701360080960618496>
	at __randomizedtesting.SeedInfo.seed([84B008002E735765:7C76F135BD6ACFAD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([84B008002E735765:C49F7FB2B5040460]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84B008002E735765 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84B008002E735765 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

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

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

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

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

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

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

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

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

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

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

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

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

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

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

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

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

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

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

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

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

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

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

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

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

BUILD FAILED in 21m 12s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([626D6F8E52E4CD1E:C27724D5F6948612]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([626D6F8E52E4CD1E:2242183CC9939E1B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




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

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=626D6F8E52E4CD1E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=626D6F8E52E4CD1E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

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

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

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

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

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

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

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

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

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

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

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  c

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 11s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2321 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2321/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701347026267013120>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701347026267013120>
	at __randomizedtesting.SeedInfo.seed([6B0B4655A150485A:93CDBF603249D092]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39613_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34841_solr, 127.0.0.1:37797_solr, 127.0.0.1:39613_solr, 127.0.0.1:42339_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39613_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34841_solr, 127.0.0.1:37797_solr, 127.0.0.1:39613_solr, 127.0.0.1:42339_solr]
	at __randomizedtesting.SeedInfo.seed([6B0B4655A150485A:1BEBC2EF251FE151]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([6B0B4655A150485A:2B2431E73A271B5F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18233 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.453 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6B0B4655A150485A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6B0B4655A150485A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6B0B4655A150485A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/Jetty

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 24s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2320 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2320/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([47CA6AE137697CB:A466EDF5B706DCC7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:44843_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33637_solr, 127.0.0.1:39507_solr, 127.0.0.1:43859_solr, 127.0.0.1:44843_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:44843_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33637_solr, 127.0.0.1:39507_solr, 127.0.0.1:43859_solr, 127.0.0.1:44843_solr]
	at __randomizedtesting.SeedInfo.seed([47CA6AE137697CB:749C221497393EC0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([47CA6AE137697CB:4453D11C8801C4CE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16751 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.191 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47CA6AE137697CB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47CA6AE137697CB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47CA6AE137697CB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true p

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2319 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2319/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:40069_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39645_solr, 127.0.0.1:39885_solr, 127.0.0.1:40069_solr, 127.0.0.1:45667_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:40069_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39645_solr, 127.0.0.1:39885_solr, 127.0.0.1:40069_solr, 127.0.0.1:45667_solr]
	at __randomizedtesting.SeedInfo.seed([43F9243BDBD43BCE:3319A0815F9B92C5]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701328837397184512>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701328837397184512>
	at __randomizedtesting.SeedInfo.seed([43F9243BDBD43BCE:BB3FDD0E48CDA306]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([43F9243BDBD43BCE:3D6538940A368CB]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17336 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.7 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=43F9243BDBD43BCE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=43F9243BDBD43BCE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=43F9243BDBD43BCE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:57

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 6s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2318 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2318/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DB1873FB54EC87C0:7B0238A0F09CCCCC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701322554448281600>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701322554448281600>
	at __randomizedtesting.SeedInfo.seed([DB1873FB54EC87C0:23DE8ACEC7F51F08]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DB1873FB54EC87C0:9B370449CF9BD4C5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16728 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.22 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB1873FB54EC87C0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB1873FB54EC87C0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB1873FB54EC87C0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2317 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2317/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701320075110252544>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701320075110252544>
	at __randomizedtesting.SeedInfo.seed([176CCBF751CA2EB3:EFAA32C2C2D3B67B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([176CCBF751CA2EB3:5743BC45CABD7DB6]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16900 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.918 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=176CCBF751CA2EB3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=176CCBF751CA2EB3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 6s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2316 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2316/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([A874E65D6570910E:86EAD06C100DA02]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701315596598116352>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701315596598116352>
	at __randomizedtesting.SeedInfo.seed([A874E65D6570910E:50B21F68F66909C6]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A874E65D6570910E:E85B91EFFE07C20B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16890 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.064 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A874E65D6570910E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A874E65D6570910E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A874E65D6570910E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2315 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2315/

4 tests failed.
FAILED:  org.apache.solr.spelling.suggest.SuggesterTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@4554e282
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@4554e282
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.MMapDirectory@33081def
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@33081def
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@6d214be3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@6d214be3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@56b54b05
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@56b54b05
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@4554e282
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@4554e282
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.MMapDirectory@33081def
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@33081def
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@6d214be3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@6d214be3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@56b54b05
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@56b54b05
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@4554e282
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@4554e282
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.MMapDirectory@33081def
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@33081def
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@6d214be3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@6d214be3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@56b54b05
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@56b54b05
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@4554e282
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@4554e282
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.MMapDirectory@33081def
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@33081def
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@6d214be3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@6d214be3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@56b54b05
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@56b54b05
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

>
	at __randomizedtesting.SeedInfo.seed([4CCFA44DA49CD944]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.spelling.suggest.SuggesterTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 81 threads leaked from SUITE scope at org.apache.solr.spelling.suggest.SuggesterTest: 
   1) Thread[id=3195, name=SOLR-TGRP-SuggesterTest-2875, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=3234, name=SOLR-TGRP-SuggesterTest-2913, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3191, name=SOLR-TGRP-SuggesterTest-2871, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=3240, name=SOLR-TGRP-SuggesterTest-2919, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=3241, name=SOLR-TGRP-SuggesterTest-2920, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3199, name=SOLR-TGRP-SuggesterTest-2879, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3256, name=SOLR-TGRP-SuggesterTest-2934, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3187, name=SOLR-TGRP-SuggesterTest-2867, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3232, name=SOLR-TGRP-SuggesterTest-2911, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=3169, name=SOLR-TGRP-SuggesterTest-2849, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=3215, name=SOLR-TGRP-SuggesterTest-2894, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3229, name=SOLR-TGRP-SuggesterTest-2908, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3171, name=SOLR-TGRP-SuggesterTest-2851, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3252, name=SOLR-TGRP-SuggesterTest-2930, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3211, name=SOLR-TGRP-SuggesterTest-2890, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3217, name=SOLR-TGRP-SuggesterTest-2896, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3203, name=SOLR-TGRP-SuggesterTest-2882, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=3254, name=SOLR-TGRP-SuggesterTest-2932, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3255, name=SOLR-TGRP-SuggesterTest-2933, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=3192, name=SOLR-TGRP-SuggesterTest-2872, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=3172, name=SOLR-TGRP-SuggesterTest-2852, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=3201, name=SOLR-TGRP-SuggesterTest-2880, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=3202, name=SOLR-TGRP-SuggesterTest-2881, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3196, name=SOLR-TGRP-SuggesterTest-2876, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3194, name=SOLR-TGRP-SuggesterTest-2874, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3237, name=SOLR-TGRP-SuggesterTest-2916, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3209, name=SOLR-TGRP-SuggesterTest-2888, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=3213, name=SOLR-TGRP-SuggesterTest-2892, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3225, name=SOLR-TGRP-SuggesterTest-2904, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=3207, name=SOLR-TGRP-SuggesterTest-2886, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3226, name=SOLR-TGRP-SuggesterTest-2905, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=3236, name=SOLR-TGRP-SuggesterTest-2915, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3251, name=SOLR-TGRP-SuggesterTest-2929, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3176, name=SOLR-TGRP-SuggesterTest-2856, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3223, name=SOLR-TGRP-SuggesterTest-2902, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3173, name=SOLR-TGRP-SuggesterTest-2853, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=3175, name=SOLR-TGRP-SuggesterTest-2855, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=3233, name=SOLR-TGRP-SuggesterTest-2912, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=3193, name=SOLR-TGRP-SuggesterTest-2873, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3167, name=SOLR-TGRP-SuggesterTest-2847, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3177, name=SOLR-TGRP-SuggesterTest-2857, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3238, name=SOLR-TGRP-SuggesterTest-2917, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3243, name=SOLR-TGRP-SuggesterTest-2922, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=3190, name=SOLR-TGRP-SuggesterTest-2870, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=3227, name=SOLR-TGRP-SuggesterTest-2906, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3235, name=SOLR-TGRP-SuggesterTest-2914, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3253, name=SOLR-TGRP-SuggesterTest-2931, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3206, name=SOLR-TGRP-SuggesterTest-2885, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3220, name=SOLR-TGRP-SuggesterTest-2899, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3219, name=SOLR-TGRP-SuggesterTest-2898, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3244, name=SOLR-TGRP-SuggesterTest-2923, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3174, name=SOLR-TGRP-SuggesterTest-2854, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=3188, name=SOLR-TGRP-SuggesterTest-2868, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=3198, name=SOLR-TGRP-SuggesterTest-2878, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=3210, name=SOLR-TGRP-SuggesterTest-2889, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=3197, name=SOLR-TGRP-SuggesterTest-2877, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=3168, name=SOLR-TGRP-SuggesterTest-2848, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3189, name=SOLR-TGRP-SuggesterTest-2869, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=3214, name=SOLR-TGRP-SuggesterTest-2893, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3212, name=SOLR-TGRP-SuggesterTest-2891, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=3242, name=SOLR-TGRP-SuggesterTest-2921, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3222, name=SOLR-TGRP-SuggesterTest-2901, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3216, name=SOLR-TGRP-SuggesterTest-2895, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3208, name=SOLR-TGRP-SuggesterTest-2887, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=3228, name=SOLR-TGRP-SuggesterTest-2907, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=3204, name=SOLR-TGRP-SuggesterTest-2883, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=3245, name=SOLR-TGRP-SuggesterTest-2924, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=3239, name=SOLR-TGRP-SuggesterTest-2918, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=3257, name=SOLR-TGRP-SuggesterTest-2935, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=3170, name=SOLR-TGRP-SuggesterTest-2850, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  71) Thread[id=3221, name=SOLR-TGRP-SuggesterTest-2900, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.int

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 28s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2314 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2314/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701303203173236736>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701303203173236736>
	at __randomizedtesting.SeedInfo.seed([7DDF81FC52626DA9:851978C9C17BF561]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7DDF81FC52626DA9:3DF0F64EC9153EAC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:40569_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:40153_solr, 127.0.0.1:40569_solr, 127.0.0.1:41533_solr, 127.0.0.1:44145_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:40569_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:40153_solr, 127.0.0.1:40569_solr, 127.0.0.1:41533_solr, 127.0.0.1:44145_solr]
	at __randomizedtesting.SeedInfo.seed([7DDF81FC52626DA9:D3F0546D62DC4A2]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.75 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7DDF81FC52626DA9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7DDF81FC52626DA9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7DDF81FC52626DA9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 59s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2313 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2313/

4 tests failed.
FAILED:  org.apache.solr.core.TestNRTOpen.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ca0594a
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

>
	at __randomizedtesting.SeedInfo.seed([10B12C5ABDD9EEE8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestNRTOpen.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 73 threads leaked from SUITE scope at org.apache.solr.core.TestNRTOpen: 
   1) Thread[id=4221, name=SOLR-TGRP-TestNRTOpen-3765, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4197, name=SOLR-TGRP-TestNRTOpen-3742, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4215, name=SOLR-TGRP-TestNRTOpen-3760, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4226, name=SOLR-TGRP-TestNRTOpen-3770, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4264, name=SOLR-TGRP-TestNRTOpen-3805, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4192, name=SOLR-TGRP-TestNRTOpen-3737, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4196, name=SOLR-TGRP-TestNRTOpen-3741, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4227, name=SOLR-TGRP-TestNRTOpen-3771, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4266, name=SOLR-TGRP-TestNRTOpen-3809, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4209, name=SOLR-TGRP-TestNRTOpen-3754, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4225, name=SOLR-TGRP-TestNRTOpen-3769, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4208, name=SOLR-TGRP-TestNRTOpen-3753, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=4229, name=SOLR-TGRP-TestNRTOpen-3773, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=4249, name=SOLR-TGRP-TestNRTOpen-3792, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=4248, name=SOLR-TGRP-TestNRTOpen-3791, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=4195, name=SOLR-TGRP-TestNRTOpen-3740, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=4224, name=SOLR-TGRP-TestNRTOpen-3768, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4252, name=SOLR-TGRP-TestNRTOpen-3794, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=4239, name=SOLR-TGRP-TestNRTOpen-3783, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4250, name=SOLR-TGRP-TestNRTOpen-3793, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=4199, name=SOLR-TGRP-TestNRTOpen-3744, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4200, name=SOLR-TGRP-TestNRTOpen-3745, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4242, name=SOLR-TGRP-TestNRTOpen-3786, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=4213, name=SOLR-TGRP-TestNRTOpen-3758, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=4211, name=SOLR-TGRP-TestNRTOpen-3756, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=4234, name=SOLR-TGRP-TestNRTOpen-3778, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4263, name=SOLR-TGRP-TestNRTOpen-3804, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4259, name=SOLR-TGRP-TestNRTOpen-3801, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=4212, name=SOLR-TGRP-TestNRTOpen-3757, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4223, name=SOLR-TGRP-TestNRTOpen-3767, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4194, name=SOLR-TGRP-TestNRTOpen-3739, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4258, name=SOLR-TGRP-TestNRTOpen-3800, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4235, name=SOLR-TGRP-TestNRTOpen-3779, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4219, name=SOLR-TGRP-TestNRTOpen-3763, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4206, name=SOLR-TGRP-TestNRTOpen-3751, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=4268, name=SOLR-TGRP-TestNRTOpen-3809, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4230, name=SOLR-TGRP-TestNRTOpen-3774, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4198, name=SOLR-TGRP-TestNRTOpen-3743, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4255, name=SOLR-TGRP-TestNRTOpen-3798, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=4231, name=SOLR-TGRP-TestNRTOpen-3775, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4193, name=SOLR-TGRP-TestNRTOpen-3738, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4236, name=SOLR-TGRP-TestNRTOpen-3780, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4256, name=SOLR-TGRP-TestNRTOpen-3799, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4262, name=SOLR-TGRP-TestNRTOpen-3802, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4267, name=SOLR-TGRP-TestNRTOpen-3807, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4247, name=SOLR-TGRP-TestNRTOpen-3790, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=4261, name=SOLR-TGRP-TestNRTOpen-3803, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4265, name=SOLR-TGRP-TestNRTOpen-3806, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4254, name=SOLR-TGRP-TestNRTOpen-3797, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4204, name=SOLR-TGRP-TestNRTOpen-3749, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4214, name=SOLR-TGRP-TestNRTOpen-3759, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4202, name=SOLR-TGRP-TestNRTOpen-3747, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4205, name=SOLR-TGRP-TestNRTOpen-3750, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4241, name=SOLR-TGRP-TestNRTOpen-3785, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4251, name=SOLR-TGRP-TestNRTOpen-3795, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4233, name=SOLR-TGRP-TestNRTOpen-3777, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4238, name=SOLR-TGRP-TestNRTOpen-3782, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4207, name=SOLR-TGRP-TestNRTOpen-3752, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4228, name=SOLR-TGRP-TestNRTOpen-3772, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=4253, name=SOLR-TGRP-TestNRTOpen-3796, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=4201, name=SOLR-TGRP-TestNRTOpen-3746, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=4232, name=SOLR-TGRP-TestNRTOpen-3776, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=4245, name=SOLR-TGRP-TestNRTOpen-3789, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=4243, name=SOLR-TGRP-TestNRTOpen-3787, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=4244, name=SOLR-TGRP-TestNRTOpen-3788, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=4220, name=SOLR-TGRP-TestNRTOpen-3764, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=4217, name=SOLR-TGRP-TestNRTOpen-3761, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=4210, name=SOLR-TGRP-TestNRTOpen-3755, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=4203, name=SOLR-TGRP-TestNRTOpen-3748, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=4237, name=SOLR-TGRP-TestNRTOpen-3781, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  71) Thread[id=4240, name=SOLR-TGRP-TestNRTOpen-3784, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  72) Thread[id=4218, name=SOLR-TGRP-TestNRTOpen-3762, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  73) Thread[id=4222, name=SOLR-TGRP-TestNRTOpen-3766, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 73 threads leaked from SUITE scope at org.apache.solr.core.TestNRTOpen: 
   1) Thread[id=4221, name=SOLR-TGRP-TestNRTOpen-3765, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4197, name=SOLR-TGRP-TestNRTOpen-3742, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4215, name=SOLR-TGRP-TestNRTOpen-3760, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4226, name=SOLR-TGRP-TestNRTOpen-3770, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4264, name=SOLR-TGRP-TestNRTOpen-3805, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4192, name=SOLR-TGRP-TestNRTOpen-3737, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.Synch

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 9s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2312 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2312/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701282698946936832>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701282698946936832>
	at __randomizedtesting.SeedInfo.seed([57D1939DC44B1C48:AF176AA857528480]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([57D1939DC44B1C48:17FEE42F5F3C4F4D]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16367 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.2 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=57D1939DC44B1C48 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=57D1939DC44B1C48 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging ca

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 17s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2311 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2311/

6 tests failed.
FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([B9E8BE38F1A87FA:27C54CE0A6C86EE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:650)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>
	at __randomizedtesting.SeedInfo.seed([B9E8BE38F1A87FA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 62 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=5341, name=SOLR-TGRP-TestConfigSetsAPI-4789, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4961, name=SOLR-TGRP-TestConfigSetsAPI-4556, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4954, name=SOLR-TGRP-TestConfigSetsAPI-4549, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=5350, name=SOLR-TGRP-TestConfigSetsAPI-4798, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4923, name=SOLR-TGRP-TestConfigSetsAPI-4525, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4986, name=SOLR-TGRP-TestConfigSetsAPI-4579, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4956, name=SOLR-TGRP-TestConfigSetsAPI-4551, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4969, name=SOLR-TGRP-TestConfigSetsAPI-4564, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4951, name=SOLR-TGRP-TestConfigSetsAPI-4546, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=5295, name=SOLR-TGRP-TestConfigSetsAPI-4763, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4950, name=SOLR-TGRP-TestConfigSetsAPI-4545, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4994, name=SOLR-TGRP-TestConfigSetsAPI-4585, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=5348, name=SOLR-TGRP-TestConfigSetsAPI-4796, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=5119, name=SOLR-TGRP-TestConfigSetsAPI-4653, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=5342, name=SOLR-TGRP-TestConfigSetsAPI-4790, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=5339, name=http2client-scheduler-1, state=WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  17) Thread[id=4988, name=SOLR-TGRP-TestConfigSetsAPI-4581, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4982, name=SOLR-TGRP-TestConfigSetsAPI-4577, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=5347, name=SOLR-TGRP-TestConfigSetsAPI-4794, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4958, name=SOLR-TGRP-TestConfigSetsAPI-4553, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=5003, name=SOLR-TGRP-TestConfigSetsAPI-4594, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=5302, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  23) Thread[id=4993, name=SOLR-TGRP-TestConfigSetsAPI-4584, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=5288, name=SOLR-TGRP-TestConfigSetsAPI-4756, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=4998, name=SOLR-TGRP-TestConfigSetsAPI-4589, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=5343, name=SOLR-TGRP-TestConfigSetsAPI-4791, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=5375, name=SOLR-TGRP-TestConfigSetsAPI-4807, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=5296, name=SOLR-TGRP-TestConfigSetsAPI-4764, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=5345, name=SOLR-TGRP-TestConfigSetsAPI-4793, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=5346, name=SOLR-TGRP-TestConfigSetsAPI-4795, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4949, name=SOLR-TGRP-TestConfigSetsAPI-4544, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4957, name=SOLR-TGRP-TestConfigSetsAPI-4552, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4946, name=SOLR-TGRP-TestConfigSetsAPI-4541, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=5285, name=SOLR-TGRP-TestConfigSetsAPI-4753, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4948, name=SOLR-TGRP-TestConfigSetsAPI-4543, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=5291, name=SOLR-TGRP-TestConfigSetsAPI-4759, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4981, name=SOLR-TGRP-TestConfigSetsAPI-4576, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=5356, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  39) Thread[id=5349, name=SOLR-TGRP-TestConfigSetsAPI-4797, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=5292, name=SOLR-TGRP-TestConfigSetsAPI-4760, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=5277, name=SOLR-TGRP-TestConfigSetsAPI-4745, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4926, name=SOLR-TGRP-TestConfigSetsAPI-4528, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4945, name=SOLR-TGRP-TestConfigSetsAPI-4540, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=5209, name=SOLR-TGRP-TestConfigSetsAPI-4703, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4997, name=SOLR-TGRP-TestConfigSetsAPI-4588, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4917, name=SOLR-TGRP-TestConfigSetsAPI-4519, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=5028, name=SOLR-TGRP-TestConfigSetsAPI-4603, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4955, name=SOLR-TGRP-TestConfigSetsAPI-4550, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=5396, name=SOLR-TGRP-TestConfigSetsAPI-4824, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=5254, name=SOLR-TGRP-TestConfigSetsAPI-4728, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4980, name=SOLR-TGRP-TestConfigSetsAPI-4575, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4927, name=SOLR-TGRP-TestConfigSetsAPI-4529, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4920, name=SOLR-TGRP-TestConfigSetsAPI-4522, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4921, name=SOLR-TGRP-TestConfigSetsAPI-4523, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4995, name=SOLR-TGRP-TestConfigSetsAPI-4586, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4922, name=SOLR-TGRP-TestConfigSetsAPI-4524, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$802/0x0000000100a27840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4989, name=SOLR-TGRP-TestConfigSetsAPI-4582, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4918, name=SOLR-TGRP-TestConfigSetsAPI-4520, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4985, name=SOLR-TGRP-TestConfigSetsAPI-4578, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=5344, name=SOLR-TGRP-TestConfigSetsAPI-4792, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=5397, name=SOLR-TGRP-TestConfigSetsAPI-4825, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 62 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=5341, name=SOLR-TGRP-TestConfigSetsAPI-4789, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4961, name=SOLR-TGRP-TestConfigSetsAPI-4556, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2310 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2310/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([4E2D7D9450F5A41:A4F89C82E17F114D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37475_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36965_solr, 127.0.0.1:37475_solr, 127.0.0.1:44499_solr, 127.0.0.1:46595_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37475_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36965_solr, 127.0.0.1:37475_solr, 127.0.0.1:44499_solr, 127.0.0.1:46595_solr]
	at __randomizedtesting.SeedInfo.seed([4E2D7D9450F5A41:74025363C140F34A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([4E2D7D9450F5A41:44CDA06BDE780944]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17052 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 33.608 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E2D7D9450F5A41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E2D7D9450F5A41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E2D7D9450F5A41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf tr

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2309 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2309/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39253_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36523_solr, 127.0.0.1:37303_solr, 127.0.0.1:37975_solr, 127.0.0.1:39253_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39253_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36523_solr, 127.0.0.1:37303_solr, 127.0.0.1:37975_solr, 127.0.0.1:39253_solr]
	at __randomizedtesting.SeedInfo.seed([8853E749C7B7F464:F8B363F343F85D6F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701259296370589696>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701259296370589696>
	at __randomizedtesting.SeedInfo.seed([8853E749C7B7F464:70951E7C54AE6CAC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8853E749C7B7F464:C87C90FB5CC0A761]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18448 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.842 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8853E749C7B7F464 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8853E749C7B7F464 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8853E749C7B7F464 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2308 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2308/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42763_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35091_solr, 127.0.0.1:36449_solr, 127.0.0.1:38637_solr, 127.0.0.1:42763_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42763_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35091_solr, 127.0.0.1:36449_solr, 127.0.0.1:38637_solr, 127.0.0.1:42763_solr]
	at __randomizedtesting.SeedInfo.seed([90E5E21C704226EF:E00566A6F40D8FE4]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701253516964659200>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701253516964659200>
	at __randomizedtesting.SeedInfo.seed([90E5E21C704226EF:68231B29E35BBE27]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([90E5E21C704226EF:D0CA95AEEB3575EA]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17859 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.018 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=90E5E21C704226EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=90E5E21C704226EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=90E5E21C704226EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/Jetty

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 59s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2307 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2307/

3 tests failed.
FAILED:  org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([93AC323AEC0D4CDC:CE250A434E061297]:0)
	at org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults(ExitableDirectoryReaderTest.java:143)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.ExitableDirectoryReaderTest.testCacheAssumptions

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([93AC323AEC0D4CDC:E4D18D1D82F801FE]:0)
	at org.apache.solr.core.ExitableDirectoryReaderTest.testCacheAssumptions(ExitableDirectoryReaderTest.java:104)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([93AC323AEC0D4CDC:D3834588777A1FD9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15184 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.938 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93AC323AEC0D4CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.ExitableDirectoryReaderTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.ExitableDirectoryReaderTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93AC323AEC0D4CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.core.ExitableDirectoryReaderTest.testCacheAssumptions (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.ExitableDirectoryReaderTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.ExitableDirectoryReaderTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93AC323AEC0D4CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspac

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 26s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2306 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2306/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44179_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36115_solr, 127.0.0.1:40761_solr, 127.0.0.1:41115_solr, 127.0.0.1:44179_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44179_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36115_solr, 127.0.0.1:40761_solr, 127.0.0.1:41115_solr, 127.0.0.1:44179_solr]
	at __randomizedtesting.SeedInfo.seed([526F4D35879B756E:228FC98F03D4DC65]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxUpdate

Error Message:
java.lang.AssertionError: numDocs should not be null after waiting

Stack Trace:
java.lang.AssertionError: numDocs should not be null after waiting
	at __randomizedtesting.SeedInfo.seed([526F4D35879B756E:44087F5F174DDEC5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.apache.solr.core.TestJmxIntegration.testJmxUpdate(TestJmxIntegration.java:217)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([526F4D35879B756E:12403A871CEC266B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16204 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.564 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=526F4D35879B756E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxUpdate (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=526F4D35879B756E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=526F4D35879B756E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Paramet

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 21s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2305 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2305/

4 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testNonRetryableRequests

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at http://127.0.0.1:46511/solr: Underlying core creation failed while creating collection: foo
{failure={127.0.0.1:46511_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'foo_s1_r_n1': Unable to create core [foo_s1_r_n1] Caused by: null}, success={127.0.0.1:37853_solr={responseHeader={status=0, QTime=94}, core=foo_s1_r_n2}, 127.0.0.1:43143_solr={responseHeader={status=0, QTime=190}, core=foo_s1_r_n3}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at http://127.0.0.1:46511/solr: Underlying core creation failed while creating collection: foo
{failure={127.0.0.1:46511_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'foo_s1_r_n1': Unable to create core [foo_s1_r_n1] Caused by: null}, success={127.0.0.1:37853_solr={responseHeader={status=0, QTime=94}, core=foo_s1_r_n2}, 127.0.0.1:43143_solr={responseHeader={status=0, QTime=190}, core=foo_s1_r_n3}}}
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:722B4EFC94EE47CF]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:659)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:274)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testNonRetryableRequests(CloudHttp2SolrClientTest.java:570)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:7ADFC234CED778CF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701233338868563968>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701233338868563968>
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:2203705AF9BEAB0B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:9AEAFEDDF1D060C6]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16687 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.483 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testNonRetryableRequests (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refi

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 32s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2304 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2304/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8799EFFD21F49B2F:2783A4A68584D023]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701228339609468928>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701228339609468928>
	at __randomizedtesting.SeedInfo.seed([8799EFFD21F49B2F:7F5F16C8B2ED03E7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8799EFFD21F49B2F:C7B6984FBA83C82A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16796 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.582 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8799EFFD21F49B2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8799EFFD21F49B2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8799EFFD21F49B2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2303 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2303/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36609_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34631_solr, 127.0.0.1:36609_solr, 127.0.0.1:37755_solr, 127.0.0.1:41429_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36609_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34631_solr, 127.0.0.1:36609_solr, 127.0.0.1:37755_solr, 127.0.0.1:41429_solr]
	at __randomizedtesting.SeedInfo.seed([E6C663F7A1613B8F:9626E74D252E9284]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701223094686842880>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701223094686842880>
	at __randomizedtesting.SeedInfo.seed([E6C663F7A1613B8F:1E009AC23278A347]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([E6C663F7A1613B8F:A6E914453A16688A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17297 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.267 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E6C663F7A1613B8F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E6C663F7A1613B8F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E6C663F7A1613B8F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRu

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2302 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2302/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701217980826779648>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701217980826779648>
	at __randomizedtesting.SeedInfo.seed([CA2151ACD263986C:32E7A899417A00A4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CA2151ACD263986C:8A0E261E4914CB69]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16451 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.402 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CA2151ACD263986C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CA2151ACD263986C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 21s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2301 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2301/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38091_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35831_solr, 127.0.0.1:38091_solr, 127.0.0.1:41057_solr, 127.0.0.1:43479_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38091_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35831_solr, 127.0.0.1:38091_solr, 127.0.0.1:41057_solr, 127.0.0.1:43479_solr]
	at __randomizedtesting.SeedInfo.seed([51FBA821319C49BD:211B2C9BB5D3E0B6]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([51FBA821319C49BD:11D4DF93AAEB1AB8]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16071 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.329 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51FBA821319C49BD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51FBA821319C49BD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/so

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 43s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2300 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2300/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41165_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34477_solr, 127.0.0.1:38529_solr, 127.0.0.1:39855_solr, 127.0.0.1:41165_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41165_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34477_solr, 127.0.0.1:38529_solr, 127.0.0.1:39855_solr, 127.0.0.1:41165_solr]
	at __randomizedtesting.SeedInfo.seed([F11EDFC9D09EC41:7FF169461946454A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701200517616631808>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701200517616631808>
	at __randomizedtesting.SeedInfo.seed([F11EDFC9D09EC41:F7D714C90E107489]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([F11EDFC9D09EC41:4F3E9A4E067EBF44]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17449 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.028 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11EDFC9D09EC41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11EDFC9D09EC41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11EDFC9D09EC41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.j

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2299 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2299/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701189653768437760>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701189653768437760>
	at __randomizedtesting.SeedInfo.seed([3F878FC398FCEC28:C74176F60BE574E0]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3F878FC398FCEC28:7FA8F871038BBF2D]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16638 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.579 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3F878FC398FCEC28 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3F878FC398FCEC28 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging 

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 2s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2298 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2298/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:45223_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34001_solr, 127.0.0.1:34311_solr, 127.0.0.1:44075_solr, 127.0.0.1:45223_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:45223_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34001_solr, 127.0.0.1:34311_solr, 127.0.0.1:44075_solr, 127.0.0.1:45223_solr]
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97:B7DD7D329E7CA79C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.handler.admin.MetricsHistoryHandlerTest.beforeClass(MetricsHistoryHandlerTest.java:94)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 30 more


FAILED:  org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.admin.MetricsHistoryHandlerTest: 
   1) Thread[id=8426, name=overseerZkWriterExecutor-TGRP-MetricsHistoryHandlerTest-7586, state=TIMED_WAITING, group=TGRP-MetricsHistoryHandlerTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$813/0x0000000100a51840.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.admin.MetricsHistoryHandlerTest: 
   1) Thread[id=8426, name=overseerZkWriterExecutor-TGRP-MetricsHistoryHandlerTest-7586, state=TIMED_WAITING, group=TGRP-MetricsHistoryHandlerTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$813/0x0000000100a51840.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97]:0)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97:6727B2D3BE43459B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97:87128E3A81445D92]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16889 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.182 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.admin.MetricsHistoryHandlerTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.admin.MetricsHistoryHandlerTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.admin.MetricsHistoryHandlerTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.admin.MetricsHistoryHandlerTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksu

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 45s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2297 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2297/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([70E2F4E8F728BB91:D0F8BFB35358F09D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([70E2F4E8F728BB91:30CD835A6C5FE894]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15456 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.965 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70E2F4E8F728BB91 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70E2F4E8F728BB91 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 25m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2296 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2296/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41845_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35037_solr, 127.0.0.1:37213_solr, 127.0.0.1:39459_solr, 127.0.0.1:41845_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41845_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35037_solr, 127.0.0.1:37213_solr, 127.0.0.1:39459_solr, 127.0.0.1:41845_solr]
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:50FBACFC72184F00]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:8001631D5227AD07]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701166083621257216>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701166083621257216>
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:D8DDD173654E7EC3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:60345FF46D20B50E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17809 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.285 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 27s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2295 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2295/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37443_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35665_solr, 127.0.0.1:37443_solr, 127.0.0.1:37753_solr, 127.0.0.1:41839_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37443_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35665_solr, 127.0.0.1:37443_solr, 127.0.0.1:37753_solr, 127.0.0.1:41839_solr]
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:78DCF2C9AAEB944E]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:A8263D288AD47649]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701158533288951808>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701158533288951808>
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:F0FA8F46BDBDA58D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:481301C1B5D36E40]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18093 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.01 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' f

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 55s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2294 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2294/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701148046489812992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701148046489812992>
	at __randomizedtesting.SeedInfo.seed([7DE5C1861C3F28C2:852338B38F26B00A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7DE5C1861C3F28C2:3DCAB63487487BC7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16348 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.416 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7DE5C1861C3F28C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7DE5C1861C3F28C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 54s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2293 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2293/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41405_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32953_solr, 127.0.0.1:36707_solr, 127.0.0.1:37133_solr, 127.0.0.1:41405_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41405_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32953_solr, 127.0.0.1:36707_solr, 127.0.0.1:37133_solr, 127.0.0.1:41405_solr]
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:63EE347620C4E87E]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: optimize
{failure={127.0.0.1:38355_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'optimize_s2_r_n2': Unable to create core [optimize_s2_r_n2] Caused by: null}, success={127.0.0.1:39061_solr={responseHeader={status=0, QTime=352}, core=optimize_s1_r_n1}, 127.0.0.1:39151_solr={responseHeader={status=0, QTime=357}, core=optimize_s3_r_n3}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: optimize
{failure={127.0.0.1:38355_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'optimize_s2_r_n2': Unable to create core [optimize_s2_r_n2] Caused by: null}, success={127.0.0.1:39061_solr={responseHeader={status=0, QTime=352}, core=optimize_s1_r_n1}, 127.0.0.1:39151_solr={responseHeader={status=0, QTime=357}, core=optimize_s3_r_n3}}}
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.beforeDistributedQueryComponentOptimizationTest(DistributedQueryComponentOptimizationTest.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:B314FB9700FB0A79]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701143121348263936>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701143121348263936>
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:EBC849F93792D9BD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:5321C77E3FFC1270]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 19124 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.149 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stac

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 25s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2292 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2292/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([781C981E15B5B484:D806D345B1C5FF88]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701137360771612672>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701137360771612672>
	at __randomizedtesting.SeedInfo.seed([781C981E15B5B484:80DA612B86AC2C4C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([781C981E15B5B484:3833EFAC8EC2E781]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16822 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.349 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=781C981E15B5B484 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=781C981E15B5B484 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=781C981E15B5B484 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 55s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2291 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2291/

2 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([5D4168A79705BC38:D515577D39F9D1C0]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5D4168A79705BC38:1D6E1F150C72EF3D]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15345 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.516 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5D4168A79705BC38 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5D4168A79705BC38 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/s

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2290 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2290/

4 tests failed.
FAILED:  org.apache.solr.cloud.AddReplicaTest.testAddMultipleReplicas

Error Message:
java.util.concurrent.TimeoutException: Failed while waiting for active collection
Timeout waiting to see state for collection=testAddMultipleReplicas :live=[127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2} 
Shards:1 Replicas:9
Live Nodes: [127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]
Last available state: DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2}

Stack Trace:
java.util.concurrent.TimeoutException: Failed while waiting for active collection
Timeout waiting to see state for collection=testAddMultipleReplicas :live=[127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2} 
Shards:1 Replicas:9
Live Nodes: [127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]
Last available state: DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2}
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:6BB427B908A19AC0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForActiveCollection(ZkStateReader.java:2301)
	at org.apache.solr.common.cloud.ZkStateReader.waitForActiveCollection(ZkStateReader.java:2277)
	at org.apache.solr.common.cloud.ZkStateReader.waitForActiveCollection(ZkStateReader.java:2272)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:878)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:874)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:891)
	at org.apache.solr.cloud.AddReplicaTest.testAddMultipleReplicas(AddReplicaTest.java:115)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:2CFEB3381C22E9A2]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701126004813070336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701126004813070336>
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:742201562B4B3A66]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:CCCB8FD12325F1AB]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 21193 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.482 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.AddReplicaTest.testAddMultipleReplicas (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.AddReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.AddReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 10s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2289 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2289/

3 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.testReadWriteCached

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: CollectionPropsTest2627995683501342
{failure={127.0.0.1:44119_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'CollectionPropsTest2627995683501342_s2_r_n3': Unable to create core [CollectionPropsTest2627995683501342_s2_r_n3] Caused by: null}, success={127.0.0.1:43673_solr={responseHeader={status=0, QTime=77}, core=CollectionPropsTest2627995683501342_s2_r_n4}, 127.0.0.1:44119_solr={responseHeader={status=0, QTime=90}, core=CollectionPropsTest2627995683501342_s1_r_n1}, 127.0.0.1:43673_solr={responseHeader={status=0, QTime=119}, core=CollectionPropsTest2627995683501342_s1_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: CollectionPropsTest2627995683501342
{failure={127.0.0.1:44119_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'CollectionPropsTest2627995683501342_s2_r_n3': Unable to create core [CollectionPropsTest2627995683501342_s2_r_n3] Caused by: null}, success={127.0.0.1:43673_solr={responseHeader={status=0, QTime=77}, core=CollectionPropsTest2627995683501342_s2_r_n4}, 127.0.0.1:44119_solr={responseHeader={status=0, QTime=90}, core=CollectionPropsTest2627995683501342_s1_r_n1}, 127.0.0.1:43673_solr={responseHeader={status=0, QTime=119}, core=CollectionPropsTest2627995683501342_s1_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([FE768EE3FB33CBFD:1831432D6905B70E]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.setUp(ZkCollectionPropsCachingTest.java:69)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701117665347633152>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701117665347633152>
	at __randomizedtesting.SeedInfo.seed([FE768EE3FB33CBFD:6B077D6682A5335]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([FE768EE3FB33CBFD:BE59F951604498F8]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16805 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.557 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FE768EE3FB33CBFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FE768EE3FB33CBFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.testReadWriteCached (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FE768EE3FB33CBFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258,

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2288 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2288/

4 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCreateNodeSet

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: nodeset_collection
{failure={127.0.0.1:42875_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'nodeset_collection_s2_r_n2': Unable to create core [nodeset_collection_s2_r_n2] Caused by: null}, success={127.0.0.1:44939_solr={responseHeader={status=0, QTime=72}, core=nodeset_collection_s1_r_n1}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: nodeset_collection
{failure={127.0.0.1:42875_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'nodeset_collection_s2_r_n2': Unable to create core [nodeset_collection_s2_r_n2] Caused by: null}, success={127.0.0.1:44939_solr={responseHeader={status=0, QTime=72}, core=nodeset_collection_s1_r_n1}}}
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4:FAD695C34E30066C]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCreateNodeSet(CollectionsAPIDistClusterPerZkTest.java:212)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: techproducts
{failure={127.0.0.1:42035_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'techproducts_s1_r_n1': Unable to create core [techproducts_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: techproducts
{failure={127.0.0.1:42035_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'techproducts_s1_r_n1': Unable to create core [techproducts_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.setupCluster(DirectJsonQueryRequestFacetingIntegrationTest.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$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701109708924911616>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701109708924911616>
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4:59B3BB16B4A8BA2C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4:E15A3591BCC671E1]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18109 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.416 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCreateNodeSet (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkin

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 7s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2287 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2287/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701098343862632448>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701098343862632448>
	at __randomizedtesting.SeedInfo.seed([AAB35B77BBB0B723:5275A24228A92FEB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AAB35B77BBB0B723:EA9C2CC520C7E426]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16457 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.72 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AAB35B77BBB0B723 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AAB35B77BBB0B723 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2286 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2286/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701087969770733568>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701087969770733568>
	at __randomizedtesting.SeedInfo.seed([2DC87C23E7F99492:D50E851674E00C5A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2DC87C23E7F99492:6DE70B917C8EC797]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16691 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.498 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2DC87C23E7F99492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2DC87C23E7F99492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2285 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2285/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35079_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35079_solr, 127.0.0.1:37515_solr, 127.0.0.1:42877_solr, 127.0.0.1:45453_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35079_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35079_solr, 127.0.0.1:37515_solr, 127.0.0.1:42877_solr, 127.0.0.1:45453_solr]
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:B4E94CFA194D811F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=perSegFilter

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=perSegFilter
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:4AD8AC7AF0437071]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701081791424626688>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701081791424626688>
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:3CCF31750E1BB0DC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:8426BFF206757B11]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18793 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.471 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=========================

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2284 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2284/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701076111554772992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701076111554772992>
	at __randomizedtesting.SeedInfo.seed([B62618D8C4F96303:4EE0E1ED57E0FBCB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B62618D8C4F96303:F6096F6A5F8E3006]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16398 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.093 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B62618D8C4F96303 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B62618D8C4F96303 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 31s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2283 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2283/

4 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=filterCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=filterCache
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:B496CB9F867FDABE]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43907_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36959_solr, 127.0.0.1:43907_solr, 127.0.0.1:45581_solr, 127.0.0.1:45897_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43907_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36959_solr, 127.0.0.1:43907_solr, 127.0.0.1:45581_solr, 127.0.0.1:45897_solr]
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:4AA72B1F6F712BD0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:9A5DE4FE4F4EC9D7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:7A68D8177049D1DE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18001 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.975 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2282 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2282/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42111_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35659_solr, 127.0.0.1:37895_solr, 127.0.0.1:42111_solr, 127.0.0.1:43799_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42111_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35659_solr, 127.0.0.1:37895_solr, 127.0.0.1:42111_solr, 127.0.0.1:43799_solr]
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:BFC204D29029006C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701058330851540992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701058330851540992>
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:37E4795D877F31AF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:6F38CB33B016E26B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:8F0DF7DA8F11FA62]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17753 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.378 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 20s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2281 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2281/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([978F91E96B8D629D:3795DAB2CFFD2991]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([978F91E96B8D629D:D7A0E65BF0FA3198]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15580 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.544 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978F91E96B8D629D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978F91E96B8D629D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2280 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2280/

5 tests failed.
FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: Requested delete of immutable ConfigSet got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: Requested delete of immutable ConfigSet got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([21B7A5FC4DA48DDA:28557AD1C8D28CCE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:654)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

>
	at __randomizedtesting.SeedInfo.seed([21B7A5FC4DA48DDA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 65 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=3933, name=SOLR-TGRP-TestConfigSetsAPI-3471, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=3914, name=SOLR-TGRP-TestConfigSetsAPI-3452, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4356, name=SOLR-TGRP-TestConfigSetsAPI-3729, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4230, name=SOLR-TGRP-TestConfigSetsAPI-3659, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4238, name=SOLR-TGRP-TestConfigSetsAPI-3667, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3886, name=SOLR-TGRP-TestConfigSetsAPI-3431, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3888, name=SOLR-TGRP-TestConfigSetsAPI-3433, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3907, name=SOLR-TGRP-TestConfigSetsAPI-3445, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3927, name=SOLR-TGRP-TestConfigSetsAPI-3465, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4239, name=SOLR-TGRP-TestConfigSetsAPI-3668, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=3889, name=SOLR-TGRP-TestConfigSetsAPI-3434, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3974, name=SOLR-TGRP-TestConfigSetsAPI-3506, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3926, name=SOLR-TGRP-TestConfigSetsAPI-3464, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3985, name=SOLR-TGRP-TestConfigSetsAPI-3517, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3982, name=SOLR-TGRP-TestConfigSetsAPI-3514, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=4115, name=SOLR-TGRP-TestConfigSetsAPI-3588, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3931, name=SOLR-TGRP-TestConfigSetsAPI-3469, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4227, name=http2client-scheduler-1, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  19) Thread[id=4232, name=SOLR-TGRP-TestConfigSetsAPI-3661, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4291, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  21) Thread[id=4340, name=TEST-TestConfigSetsAPI.testUserAndTestDefaultConfigsetsAreSame-seed#[21B7A5FC4DA48DDA]-SendThread(127.0.0.1:46055), state=TERMINATED, group={null group}]
        at (empty stack)
  22) Thread[id=4310, name=SOLR-TGRP-TestConfigSetsAPI-3703, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4234, name=SOLR-TGRP-TestConfigSetsAPI-3663, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3997, name=SOLR-TGRP-TestConfigSetsAPI-3529, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3913, name=SOLR-TGRP-TestConfigSetsAPI-3451, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3967, name=SOLR-TGRP-TestConfigSetsAPI-3499, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3915, name=SOLR-TGRP-TestConfigSetsAPI-3453, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$708/0x00000001009c5840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4235, name=SOLR-TGRP-TestConfigSetsAPI-3664, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3976, name=SOLR-TGRP-TestConfigSetsAPI-3508, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=3971, name=SOLR-TGRP-TestConfigSetsAPI-3503, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3882, name=SOLR-TGRP-TestConfigSetsAPI-3427, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=3968, name=SOLR-TGRP-TestConfigSetsAPI-3500, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3981, name=SOLR-TGRP-TestConfigSetsAPI-3513, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3955, name=SOLR-TGRP-TestConfigSetsAPI-3489, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3922, name=SOLR-TGRP-TestConfigSetsAPI-3460, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3996, name=SOLR-TGRP-TestConfigSetsAPI-3528, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4240, name=SOLR-TGRP-TestConfigSetsAPI-3669, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4233, name=SOLR-TGRP-TestConfigSetsAPI-3662, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4355, name=SOLR-TGRP-TestConfigSetsAPI-3728, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3995, name=SOLR-TGRP-TestConfigSetsAPI-3527, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3934, name=SOLR-TGRP-TestConfigSetsAPI-3472, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3928, name=SOLR-TGRP-TestConfigSetsAPI-3466, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3920, name=SOLR-TGRP-TestConfigSetsAPI-3458, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4336, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  45) Thread[id=3884, name=SOLR-TGRP-TestConfigSetsAPI-3429, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3932, name=SOLR-TGRP-TestConfigSetsAPI-3470, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3978, name=SOLR-TGRP-TestConfigSetsAPI-3510, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3885, name=SOLR-TGRP-TestConfigSetsAPI-3430, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4231, name=SOLR-TGRP-TestConfigSetsAPI-3660, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3917, name=SOLR-TGRP-TestConfigSetsAPI-3455, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3958, name=SOLR-TGRP-TestConfigSetsAPI-3491, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3994, name=SOLR-TGRP-TestConfigSetsAPI-3526, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4208, name=SOLR-TGRP-TestConfigSetsAPI-3641, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4236, name=SOLR-TGRP-TestConfigSetsAPI-3665, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4285, name=SOLR-TGRP-TestConfigSetsAPI-3694, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4137, name=SOLR-TGRP-TestConfigSetsAPI-3606, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4116, name=SOLR-TGRP-TestConfigSetsAPI-3589, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4229, name=SOLR-TGRP-TestConfigSetsAPI-3658, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4237, name=SOLR-TGRP-TestConfigSetsAPI-3666, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3964, name=SOLR-TGRP-TestConfigSetsAPI-3496, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=3975, name=SOLR-TGRP-TestConfigSetsAPI-3507, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3880, name=SOLR-TGRP-TestConfigSetsAPI-3425, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3890, name=SOLR-TGRP-TestConfigSetsAPI-3435, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3909, name=SOLR-TGRP-TestConfigSetsAPI-3447, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 15s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2279 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2279/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701043111152582656>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701043111152582656>
	at __randomizedtesting.SeedInfo.seed([717D79B2D2F32A21:89BB808741EAB2E9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([717D79B2D2F32A21:31520E0049847924]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16443 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.95 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=717D79B2D2F32A21 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=717D79B2D2F32A21 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Param

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2278 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2278/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38023_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34163_solr, 127.0.0.1:36391_solr, 127.0.0.1:38023_solr, 127.0.0.1:39529_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38023_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34163_solr, 127.0.0.1:36391_solr, 127.0.0.1:38023_solr, 127.0.0.1:39529_solr]
	at __randomizedtesting.SeedInfo.seed([BB9CD1E65BDFBBD0:CB7C555CDF9012DB]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701039527160709120>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701039527160709120>
	at __randomizedtesting.SeedInfo.seed([BB9CD1E65BDFBBD0:435A28D3C8C62318]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([BB9CD1E65BDFBBD0:FBB3A654C0A8E8D5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18069 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.794 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB9CD1E65BDFBBD0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB9CD1E65BDFBBD0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB9CD1E65BDFBBD0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 32s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2277 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2277/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701033721821396992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701033721821396992>
	at __randomizedtesting.SeedInfo.seed([5888B0636DF0C96C:A04E4956FEE951A4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5888B0636DF0C96C:18A7C7D1F6879A69]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16376 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.66 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5888B0636DF0C96C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5888B0636DF0C96C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 7s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2276 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2276/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:AC89AE5293C3DCBE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=statsCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=statsCache
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:824281335AF2CFD7]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701022323656622080>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701022323656622080>
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:F4551C3CA4AA0F7A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:4CBC92BBACC4C4B7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17015 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.933 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:
Exec

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 30s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2275 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2275/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:46001_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:41881_solr, 127.0.0.1:42129_solr, 127.0.0.1:43367_solr, 127.0.0.1:46001_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:46001_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:41881_solr, 127.0.0.1:42129_solr, 127.0.0.1:43367_solr, 127.0.0.1:46001_solr]
	at __randomizedtesting.SeedInfo.seed([B0EB574BB982A021:C00BD3F13DCD092A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B0EB574BB982A021:F0C420F922F5F324]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15996 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.128 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0EB574BB982A021 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0EB574BB982A021 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2274 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2274/

6 tests failed.
FAILED:  org.apache.solr.update.SolrIndexMetricsTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

>
	at __randomizedtesting.SeedInfo.seed([848CE601656768A8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.SolrIndexMetricsTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 76 threads leaked from SUITE scope at org.apache.solr.update.SolrIndexMetricsTest: 
   1) Thread[id=7457, name=SOLR-TGRP-SolrIndexMetricsTest-6715, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=7465, name=SOLR-TGRP-SolrIndexMetricsTest-6723, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=7433, name=SOLR-TGRP-SolrIndexMetricsTest-6697, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=7406, name=SOLR-TGRP-SolrIndexMetricsTest-6670, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=7497, name=SOLR-TGRP-SolrIndexMetricsTest-6749, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=7413, name=SOLR-TGRP-SolrIndexMetricsTest-6677, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=7507, name=SOLR-TGRP-SolrIndexMetricsTest-6758, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=7411, name=SOLR-TGRP-SolrIndexMetricsTest-6675, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=7474, name=SOLR-TGRP-SolrIndexMetricsTest-6732, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=7521, name=SOLR-TGRP-SolrIndexMetricsTest-6767, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=7423, name=SOLR-TGRP-SolrIndexMetricsTest-6687, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=7444, name=SOLR-TGRP-SolrIndexMetricsTest-6706, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=7421, name=SOLR-TGRP-SolrIndexMetricsTest-6685, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=7462, name=SOLR-TGRP-SolrIndexMetricsTest-6720, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=7461, name=SOLR-TGRP-SolrIndexMetricsTest-6719, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=7439, name=SOLR-TGRP-SolrIndexMetricsTest-6703, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=7472, name=SOLR-TGRP-SolrIndexMetricsTest-6730, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=7419, name=SOLR-TGRP-SolrIndexMetricsTest-6683, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=7475, name=SOLR-TGRP-SolrIndexMetricsTest-6733, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=7442, name=SOLR-TGRP-SolrIndexMetricsTest-6705, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=7515, name=SOLR-TGRP-SolrIndexMetricsTest-6761, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=7459, name=SOLR-TGRP-SolrIndexMetricsTest-6717, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=7470, name=SOLR-TGRP-SolrIndexMetricsTest-6728, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=7466, name=SOLR-TGRP-SolrIndexMetricsTest-6724, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=7445, name=SOLR-TGRP-SolrIndexMetricsTest-6708, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=7516, name=SOLR-TGRP-SolrIndexMetricsTest-6762, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=7473, name=SOLR-TGRP-SolrIndexMetricsTest-6731, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=7477, name=SOLR-TGRP-SolrIndexMetricsTest-6735, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=7408, name=SOLR-TGRP-SolrIndexMetricsTest-6672, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=7496, name=SOLR-TGRP-SolrIndexMetricsTest-6748, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=7405, name=SOLR-TGRP-SolrIndexMetricsTest-6669, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=7447, name=SOLR-TGRP-SolrIndexMetricsTest-6710, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=7412, name=SOLR-TGRP-SolrIndexMetricsTest-6676, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=7417, name=SOLR-TGRP-SolrIndexMetricsTest-6681, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=7434, name=SOLR-TGRP-SolrIndexMetricsTest-6698, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=7469, name=SOLR-TGRP-SolrIndexMetricsTest-6727, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=7438, name=SOLR-TGRP-SolrIndexMetricsTest-6702, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=7454, name=SOLR-TGRP-SolrIndexMetricsTest-6713, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=7437, name=SOLR-TGRP-SolrIndexMetricsTest-6701, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=7446, name=SOLR-TGRP-SolrIndexMetricsTest-6709, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=7471, name=SOLR-TGRP-SolrIndexMetricsTest-6729, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=7436, name=SOLR-TGRP-SolrIndexMetricsTest-6700, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=7509, name=SOLR-TGRP-SolrIndexMetricsTest-6760, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=7418, name=SOLR-TGRP-SolrIndexMetricsTest-6682, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=7463, name=SOLR-TGRP-SolrIndexMetricsTest-6721, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=7416, name=SOLR-TGRP-SolrIndexMetricsTest-6680, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=7517, name=SOLR-TGRP-SolrIndexMetricsTest-6765, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=7409, name=SOLR-TGRP-SolrIndexMetricsTest-6673, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=7508, name=SOLR-TGRP-SolrIndexMetricsTest-6759, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=7407, name=SOLR-TGRP-SolrIndexMetricsTest-6671, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=7455, name=SOLR-TGRP-SolrIndexMetricsTest-6712, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=7493, name=SOLR-TGRP-SolrIndexMetricsTest-6745, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=7518, name=SOLR-TGRP-SolrIndexMetricsTest-6763, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=7494, name=SOLR-TGRP-SolrIndexMetricsTest-6746, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=7458, name=SOLR-TGRP-SolrIndexMetricsTest-6716, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=7460, name=SOLR-TGRP-SolrIndexMetricsTest-6718, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=7520, name=SOLR-TGRP-SolrIndexMetricsTest-6766, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=7468, name=SOLR-TGRP-SolrIndexMetricsTest-6726, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=7464, name=SOLR-TGRP-SolrIndexMetricsTest-6722, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=7414, name=SOLR-TGRP-SolrIndexMetricsTest-6678, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=7420, name=SOLR-TGRP-SolrIndexMetricsTest-6684, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=7441, name=SOLR-TGRP-SolrIndexMetricsTest-6704, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=7410, name=SOLR-TGRP-SolrIndexMetricsTest-6674, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=7453, name=SOLR-TGRP-SolrIndexMetricsTest-6711, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=7432, name=SOLR-TGRP-SolrIndexMetricsTest-6696, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=7519, name=SOLR-TGRP-SolrIndexMetricsTest-6764, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=7456, name=SOLR-TGRP-SolrIndexMetricsTest-6714, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=7476, name=SOLR-TGRP-SolrIndexMetricsTest-6734, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=7495, name=SOLR-TGRP-SolrIndexMetricsTest-6747, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=7415, name=SOLR-TGRP-SolrIndexMetricsTest-6679, state=TIMED_WAITING, group=TGRP-SolrIn

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2273 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2273/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:1C0A2DA51CA600AC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:33449_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33449_solr, 127.0.0.1:35909_solr, 127.0.0.1:46247_solr, 127.0.0.1:46735_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:33449_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33449_solr, 127.0.0.1:35909_solr, 127.0.0.1:46247_solr, 127.0.0.1:46735_solr]
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:CCF0E2443C99E2AB]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700993267921846272>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700993267921846272>
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:44D69FCB2BCFD368]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:FC3F114C23A118A5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17897 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.97 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 24s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2272 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2272/

7 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39667_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35323_solr, 127.0.0.1:35463_solr, 127.0.0.1:39303_solr, 127.0.0.1:39667_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39667_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35323_solr, 127.0.0.1:35463_solr, 127.0.0.1:39303_solr, 127.0.0.1:39667_solr]
	at __randomizedtesting.SeedInfo.seed([7056B089DA686836:B634335E27C13D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCustomStream.testDynamicLoadingCustomStream

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: control_collection
{failure={127.0.0.1:35645_=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'control_collection_s1_r_n1': Unable to create core [control_collection_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: control_collection
{failure={127.0.0.1:35645_=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'control_collection_s1_r_n1': Unable to create core [control_collection_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([7056B089DA686836:E3B9AB20922381]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:379)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCustomStream.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.cloud.ZkController@7a3d444
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.ZkController@7a3d444
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.ZkController.<init>(ZkController.java:406)
at o.a.s.core.ZkContainer.initZooKeeper(ZkContainer.java:155)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:351)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)

org.apache.solr.client.solrj.impl.Http2SolrClient@13e538ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@13e538ce
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

 expected null, but was:<ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.cloud.ZkController@7a3d444
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.ZkController@7a3d444
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.ZkController.<init>(ZkController.java:406)
at o.a.s.core.ZkContainer.initZooKeeper(ZkContainer.java:155)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:351)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)

org.apache.solr.client.solrj.impl.Http2SolrClient@13e538ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@13e538ce
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.cloud.ZkController@7a3d444
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.ZkController@7a3d444
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.ZkController.<init>(ZkController.java:406)
at o.a.s.core.ZkContainer.initZooKeeper(ZkContainer.java:155)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:351)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)

org.apache.solr.client.solrj.impl.Http2SolrClient@13e538ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@13e538ce
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

 expected null, but was:<ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.commo

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 25s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2271 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2271/

3 tests failed.
FAILED:  org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testcore
{failure={127.0.0.1:43621_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testcore_s1_r_n1': Unable to create core [testcore_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testcore
{failure={127.0.0.1:43621_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testcore_s1_r_n1': Unable to create core [testcore_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([733FF13D078B14A8:CDB497927EF11A9D]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:67)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700978092855525376>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700978092855525376>
	at __randomizedtesting.SeedInfo.seed([733FF13D078B14A8:8BF9080894928C60]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([733FF13D078B14A8:3310868F9CFC47AD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16933 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.601 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=733FF13D078B14A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=733FF13D078B14A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ClusterStateUpdateTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ClusterStateUpdateTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=733FF13D078B14A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true 

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2270 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2270/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([D1F16115A0948819:71EB2A4E04E4C315]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([D1F16115A0948819:91DE16A73BE3DB1C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15357 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.917 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D1F16115A0948819 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D1F16115A0948819 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/So

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 47s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2269 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2269/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34325_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34325_solr, 127.0.0.1:35627_solr, 127.0.0.1:40495_solr, 127.0.0.1:43257_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34325_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34325_solr, 127.0.0.1:35627_solr, 127.0.0.1:40495_solr, 127.0.0.1:43257_solr]
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:B0FDFD730B872F6A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700963365939052544>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700963365939052544>
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:38DB80FC1CD11EA9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.classMethod

Error Message:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request, collection names: [books]

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request, collection names: [books]
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.setupCluster(JsonQueryRequestIntegrationTest.java:71)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:600732922BB8CD6D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:80320E7B14BFD564]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 19412 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.373 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), exp

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2268 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2268/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([1F58BBD83DEB3D74:BF42F083999B7678]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([1F58BBD83DEB3D74:5F77CC6AA69C6E71]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15572 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.019 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1F58BBD83DEB3D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1F58BBD83DEB3D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 44s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2267 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2267/

6 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:87)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:77)
	at org.apache.solr.common.ParWork.shutdownParWorkExecutor(ParWork.java:112)
	at org.apache.solr.common.ParWork.shutdownParWorkExecutor(ParWork.java:100)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:580)
	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013]:0)


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013]:0)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43817_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39191_solr, 127.0.0.1:40585_solr, 127.0.0.1:43515_solr, 127.0.0.1:43817_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43817_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39191_solr, 127.0.0.1:40585_solr, 127.0.0.1:43515_solr, 127.0.0.1:43817_solr]
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013:598E489E52E71918]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700953141956050944>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700953141956050944>
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013:D1A8351145B128DB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013:6941BB964DDFE316]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18107 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.149 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/lice

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 58s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2266 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2266/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34635_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34635_solr, 127.0.0.1:36851_solr, 127.0.0.1:38743_solr, 127.0.0.1:39773_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34635_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34635_solr, 127.0.0.1:36851_solr, 127.0.0.1:38743_solr, 127.0.0.1:39773_solr]
	at __randomizedtesting.SeedInfo.seed([AA8254FFB6115B71:DA62D045325EF27A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700950420022624256>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700950420022624256>
	at __randomizedtesting.SeedInfo.seed([AA8254FFB6115B71:5244ADCA2508C3B9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AA8254FFB6115B71:EAAD234D2D660874]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17436 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.474 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA8254FFB6115B71 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA8254FFB6115B71 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA8254FFB6115B71 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/Jetty

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 38s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2265 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2265/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EBD37F9E943A2C01:ABFC082C0F4D7F04]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14924 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.114 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBD37F9E943A2C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 16s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2264 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2264/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36869_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33283_solr, 127.0.0.1:33687_solr, 127.0.0.1:36869_solr, 127.0.0.1:39589_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36869_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33283_solr, 127.0.0.1:33687_solr, 127.0.0.1:36869_solr, 127.0.0.1:39589_solr]
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:F38764AAB4923146]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=maxDoc

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=maxDoc
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:DB6842A5D9CC028]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700939073634435072>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700939073634435072>
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:7BA11925A3C40085]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:C34897A2ABAACB48]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18722 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.138 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
============

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2263 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2263/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700926359337959424>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700926359337959424>
	at __randomizedtesting.SeedInfo.seed([C36A2CC96BF082BB:3BACD5FCF8E91A73]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C36A2CC96BF082BB:83455B7BF087D1BE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16389 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.945 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C36A2CC96BF082BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C36A2CC96BF082BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 11s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2262 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2262/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43401_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33017_solr, 127.0.0.1:34785_solr, 127.0.0.1:38179_solr, 127.0.0.1:43401_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43401_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33017_solr, 127.0.0.1:34785_solr, 127.0.0.1:38179_solr, 127.0.0.1:43401_solr]
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:78958AE6B1FB947F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700914332698673152>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700914332698673152>
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:F0B3F769A6ADA5BC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:A86F450791C47678]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:485A79EEAEC36E71]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17776 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.516 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2261 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2261/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([ED5D05F40E90E6D9:4D474EAFAAE0ADD5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([ED5D05F40E90E6D9:AD72724695E7B5DC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15412 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.137 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED5D05F40E90E6D9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED5D05F40E90E6D9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Che

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2260 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2260/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700875177663922176>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700875177663922176>
	at __randomizedtesting.SeedInfo.seed([A312C4596C18D381:5BD43D6CFF014B49]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A312C4596C18D381:E33DB3EBF76F8084]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16498 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.358 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A312C4596C18D381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A312C4596C18D381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2259 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2259/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([4EC2428EA179C511:EED353C3A0E9614]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14935 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.593 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EC2428EA179C511 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogC

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2258 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2258/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700859965062774784>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700859965062774784>
	at __randomizedtesting.SeedInfo.seed([FCEE432354148575:428BA16C70D1DBD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([FCEE432354148575:BCC13491CF63D670]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16516 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.145 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FCEE432354148575 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FCEE432354148575 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  c

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 23s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2257 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2257/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DED5A3D99F1EAE49:7ECFE8823B6EE545]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DED5A3D99F1EAE49:9EFAD46B0469FD4C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15384 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.094 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DED5A3D99F1EAE49 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DED5A3D99F1EAE49 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  c

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 28s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2256 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2256/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37825_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37825_solr, 127.0.0.1:40369_solr, 127.0.0.1:41681_solr, 127.0.0.1:42751_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37825_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37825_solr, 127.0.0.1:40369_solr, 127.0.0.1:41681_solr, 127.0.0.1:42751_solr]
	at __randomizedtesting.SeedInfo.seed([2748821102AA1F24:57A806AB86E5B62F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700842912294633472>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700842912294633472>
	at __randomizedtesting.SeedInfo.seed([2748821102AA1F24:DF8E7B2491B387EC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2748821102AA1F24:6767F5A399DD4C21]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17399 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.195 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2748821102AA1F24 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2748821102AA1F24 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2748821102AA1F24 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 57s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2255 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2255/

4 tests failed.
FAILED:  org.apache.solr.HelloWorldSolrCloudTestCase.classMethod

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.HelloWorldSolrCloudTestCase.setupCluster(HelloWorldSolrCloudTestCase.java:59)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 30 more


FAILED:  org.apache.solr.HelloWorldSolrCloudTestCase.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.HelloWorldSolrCloudTestCase: 
   1) Thread[id=3109, name=overseerZkWriterExecutor-TGRP-HelloWorldSolrCloudTestCase-2804, state=TIMED_WAITING, group=TGRP-HelloWorldSolrCloudTestCase]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$762/0x00000001009ff440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.HelloWorldSolrCloudTestCase: 
   1) Thread[id=3109, name=overseerZkWriterExecutor-TGRP-HelloWorldSolrCloudTestCase-2804, state=TIMED_WAITING, group=TGRP-HelloWorldSolrCloudTestCase]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$762/0x00000001009ff440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B]:0)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700830916954292224>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700830916954292224>
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B:13014158010D47C3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B:ABE8CFDF09638C0E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17654 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.629 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.HelloWorldSolrCloudTestCase.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.HelloWorldSolrCloudTestCase.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.HelloWorldSolrCloudTestCase" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.HelloWorldSolrCloudTestCase.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.HelloWorldSolrCloudTestCase.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.HelloWorldSolrCloudTestCase" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
===================================================

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 31s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2254 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2254/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34505_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33747_solr, 127.0.0.1:33801_solr, 127.0.0.1:34505_solr, 127.0.0.1:39575_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34505_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33747_solr, 127.0.0.1:33801_solr, 127.0.0.1:34505_solr, 127.0.0.1:39575_solr]
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:F604C4D96834C4DF]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: deleteByCount
{failure={127.0.0.1:33573_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'deleteByCount_s1_r_n1': Unable to create core [deleteByCount_s1_r_n1] Caused by: null}, success={127.0.0.1:33155_solr={responseHeader={status=0, QTime=98}, core=deleteByCount_s1_r_n2}, 127.0.0.1:33201_solr={responseHeader={status=0, QTime=102}, core=deleteByCount_s1_r_n3}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: deleteByCount
{failure={127.0.0.1:33573_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'deleteByCount_s1_r_n1': Unable to create core [deleteByCount_s1_r_n1] Caused by: null}, success={127.0.0.1:33155_solr={responseHeader={status=0, QTime=98}, core=deleteByCount_s1_r_n2}, 127.0.0.1:33201_solr={responseHeader={status=0, QTime=102}, core=deleteByCount_s1_r_n3}}}
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:EA4184175B6D58A0]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:188)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:26FE0B38480B26D8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:C6CB37D1770C3ED1]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17033 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.549 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validatio

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 57s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2253 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2253/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([636762DDF0A9C1B6:C37D298654D98ABA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([636762DDF0A9C1B6:CB8D912007B92173]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:964)
	at org.junit.Assert.assertThat(Assert.java:930)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:109)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([636762DDF0A9C1B6:2348156F6BDE92B3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15557 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.409 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=636762DDF0A9C1B6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=636762DDF0A9C1B6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=636762DDF0A9C1B6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/cor

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 11s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2252 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2252/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9EA3B17631129E8E:DE8CC6C4AA65CD8B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14936 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.596 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9EA3B17631129E8E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLog

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2251 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2251/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700775751747371008>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700775751747371008>
	at __randomizedtesting.SeedInfo.seed([BC1FE171C19C092B:44D91844528591E3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([BC1FE171C19C092B:FC3096C35AEB5A2E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16418 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.903 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1FE171C19C092B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1FE171C19C092B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2250 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2250/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700770737659314176>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700770737659314176>
	at __randomizedtesting.SeedInfo.seed([D9BB277A81B427E6:217DDE4F12ADBF2E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([D9BB277A81B427E6:999450C81AC374E3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16358 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.068 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D9BB277A81B427E6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D9BB277A81B427E6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Para

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2249 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2249/

6 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:DE1B5459A9C8E475]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute(CollectionsAPISolrJTest.java:884)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:6E83E6C40D9899F2]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse(ConfigSetsAPITest.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 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=4347, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-3976, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$811/0x0000000100a85440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=4347, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-3976, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$811/0x0000000100a85440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59]:0)


FAILED:  org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl

Error Message:
java.lang.AssertionError: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:7E3C3097D9D895F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl(OverseerModifyCollectionTest.java:79)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700765730846277632>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700765730846277632>
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:56BD1049E248D591]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:EE549ECEEA261E5C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17880 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.979 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CollectionsAPISolrJTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CollectionsAPISolrJTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.OverseerModifyCollectionTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.OverseerModifyCollectionTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hp

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 43s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2248 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2248/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([637C44684B0F087D:C3660F33EF7F4371]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([637C44684B0F087D:235333DAD0785B78]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15369 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.628 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=637C44684B0F087D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=637C44684B0F087D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 6s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2247 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2247/

7 tests failed.
FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([5D59B0CEB4F16669:54BB6FE33187677D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:650)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4e8ae404
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4e8ae404
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@4cd3f207
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4cd3f207
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@65845338
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@65845338
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4e8ae404
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4e8ae404
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@4cd3f207
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4cd3f207
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@65845338
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@65845338
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4e8ae404
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4e8ae404
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@4cd3f207
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4cd3f207
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@65845338
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@65845338
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4e8ae404
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4e8ae404
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@4cd3f207
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4cd3f207
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@65845338
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@65845338
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>
	at __randomizedtesting.SeedInfo.seed([5D59B0CEB4F16669]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 91 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=4382, name=SOLR-TGRP-TestConfigSetsAPI-3785, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4023, name=SOLR-TGRP-TestConfigSetsAPI-3571, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3977, name=SOLR-TGRP-TestConfigSetsAPI-3532, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4013, name=SOLR-TGRP-TestConfigSetsAPI-3561, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4449, name=SOLR-TGRP-TestConfigSetsAPI-3830, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4015, name=SOLR-TGRP-TestConfigSetsAPI-3563, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4262, name=SOLR-TGRP-TestConfigSetsAPI-3707, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4408, name=SOLR-TGRP-TestConfigSetsAPI-3795, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4450, name=SOLR-TGRP-TestConfigSetsAPI-3831, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4446, name=SOLR-TGRP-TestConfigSetsAPI-3827, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4456, name=SOLR-TGRP-TestConfigSetsAPI-3837, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4021, name=SOLR-TGRP-TestConfigSetsAPI-3569, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=4383, name=SOLR-TGRP-TestConfigSetsAPI-3786, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=4002, name=SOLR-TGRP-TestConfigSetsAPI-3550, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=4442, name=SOLR-TGRP-TestConfigSetsAPI-3823, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3974, name=SOLR-TGRP-TestConfigSetsAPI-3529, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3978, name=SOLR-TGRP-TestConfigSetsAPI-3533, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4448, name=SOLR-TGRP-TestConfigSetsAPI-3829, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=4380, name=SOLR-TGRP-TestConfigSetsAPI-3783, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=3998, name=SOLR-TGRP-TestConfigSetsAPI-3546, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=4044, name=SOLR-TGRP-TestConfigSetsAPI-3590, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4459, name=SOLR-TGRP-TestConfigSetsAPI-3840, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4453, name=SOLR-TGRP-TestConfigSetsAPI-3834, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=4389, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  25) Thread[id=4016, name=SOLR-TGRP-TestConfigSetsAPI-3564, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=4055, name=SOLR-TGRP-TestConfigSetsAPI-3599, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4432, name=SOLR-TGRP-TestConfigSetsAPI-3813, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4329, name=SOLR-TGRP-TestConfigSetsAPI-3753, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=4381, name=SOLR-TGRP-TestConfigSetsAPI-3784, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4326, name=SOLR-TGRP-TestConfigSetsAPI-3749, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4017, name=SOLR-TGRP-TestConfigSetsAPI-3565, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4440, name=SOLR-TGRP-TestConfigSetsAPI-3821, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4019, name=SOLR-TGRP-TestConfigSetsAPI-3567, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4045, name=SOLR-TGRP-TestConfigSetsAPI-3591, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4443, name=SOLR-TGRP-TestConfigSetsAPI-3824, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3971, name=SOLR-TGRP-TestConfigSetsAPI-3526, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4444, name=SOLR-TGRP-TestConfigSetsAPI-3825, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4434, name=SOLR-TGRP-TestConfigSetsAPI-3815, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4007, name=SOLR-TGRP-TestConfigSetsAPI-3555, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=4046, name=SOLR-TGRP-TestConfigSetsAPI-3592, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4001, name=SOLR-TGRP-TestConfigSetsAPI-3549, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4438, name=SOLR-TGRP-TestConfigSetsAPI-3819, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4011, name=SOLR-TGRP-TestConfigSetsAPI-3559, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4324, name=http2client-scheduler-1, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  45) Thread[id=4447, name=SOLR-TGRP-TestConfigSetsAPI-3828, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4359, name=SOLR-TGRP-TestConfigSetsAPI-3766, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=4081, name=SOLR-TGRP-TestConfigSetsAPI-3609, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4455, name=SOLR-TGRP-TestConfigSetsAPI-3836, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4331, name=SOLR-TGRP-TestConfigSetsAPI-3754, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4012, name=SOLR-TGRP-TestConfigSetsAPI-3560, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4452, name=SOLR-TGRP-TestConfigSetsAPI-3833, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4435, name=SOLR-TGRP-TestConfigSetsAPI-3816, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4454, name=SOLR-TGRP-TestConfigSetsAPI-3835, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4436, name=SOLR-TGRP-TestConfigSetsAPI-3817, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4051, name=SOLR-TGRP-TestConfigSetsAPI-3595, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4052, name=SOLR-TGRP-TestConfigSetsAPI-3596, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=3996, name=SOLR-TGRP-TestConfigSetsAPI-3544, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4014, name=SOLR-TGRP-TestConfigSetsAPI-3562, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4451, name=SOLR-TGRP-TestConfigSetsAPI-3832, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=4080, name=SOLR-TGRP-TestConfigSetsAPI-3608, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$727/0x00000001009a6440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=4457, name=SOLR-TGRP-TestConfigSetsAPI-3838, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3972, name=SOLR-TGRP-TestConfigSetsAPI-3527, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=4047, name=SOLR-TGRP-TestConfigSetsAPI-3593, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=4018, name=SOLR-TGRP-TestConfigSetsAPI-3566, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=3976, name=SOLR-TGRP-TestConfigSetsAPI-3531, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=3979, name=SOLR-TGRP-TestConfigSetsAPI-3534, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.bas

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 58s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2246 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2246/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:46763_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36051_solr, 127.0.0.1:38483_solr, 127.0.0.1:43973_solr, 127.0.0.1:46763_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:46763_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36051_solr, 127.0.0.1:38483_solr, 127.0.0.1:43973_solr, 127.0.0.1:46763_solr]
	at __randomizedtesting.SeedInfo.seed([546B48220BAAD50D:248BCC988FE57C06]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700746451641958400>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700746451641958400>
	at __randomizedtesting.SeedInfo.seed([546B48220BAAD50D:ACADB11798B34DC5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([546B48220BAAD50D:14443F9090DD8608]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17533 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.765 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=546B48220BAAD50D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=546B48220BAAD50D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=546B48220BAAD50D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedd

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2245 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2245/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5B8CCAE09E465D22:1BA3BD5205310E27]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14938 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.074 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B8CCAE09E465D22 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 36s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2244 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2244/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: spatialdata
{failure={127.0.0.1:44471_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'spatialdata_s1_r_n1': Unable to create core [spatialdata_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: spatialdata
{failure={127.0.0.1:44471_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'spatialdata_s1_r_n1': Unable to create core [spatialdata_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([78CF3BBDE1DD7771]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.beforeJsonQueryRequestHeatmapFacetingTest(JsonQueryRequestHeatmapFacetingTest.java:53)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700728917609938944>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700728917609938944>
	at __randomizedtesting.SeedInfo.seed([78CF3BBDE1DD7771:8009C28872C4EFB9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([78CF3BBDE1DD7771:38E04C0F7AAA2474]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16915 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.538 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78CF3BBDE1DD7771 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78CF3BBDE1DD7771 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78CF3BBDE1DD7771 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel t

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 47s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2243 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2243/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([523EBBFCA74F39C1:F224F0A7033F72CD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700722777858768896>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700722777858768896>
	at __randomizedtesting.SeedInfo.seed([523EBBFCA74F39C1:AAF842C93456A109]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([523EBBFCA74F39C1:1211CC4E3C386AC4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16902 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.119 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=523EBBFCA74F39C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=523EBBFCA74F39C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=523EBBFCA74F39C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2242 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2242/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8E43B48B78216D80:CE6CC339E3563E85]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14935 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.056 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8E43B48B78216D80 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 26m 35s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2241 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2241/

3 tests failed.
FAILED:  org.apache.solr.search.TestIndexSearcher.testReopen

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([DF115176273792F:21B9C401114FF60C]:0)
	at org.apache.solr.search.TestIndexSearcher.testReopen(TestIndexSearcher.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700709561972817920>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700709561972817920>
	at __randomizedtesting.SeedInfo.seed([DF115176273792F:F537EC22F16AE1E7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DF115176273792F:4DDE62A5F9042A2A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16704 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.709 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DF115176273792F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DF115176273792F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.search.TestIndexSearcher.testReopen (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.search.TestIndexSearcher.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.search.TestIndexSearcher" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DF115176273792F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpVali

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 29s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2240 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2240/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([CB1A3619F8694D2C:6B007D425C190620]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700698839847010304>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700698839847010304>
	at __randomizedtesting.SeedInfo.seed([CB1A3619F8694D2C:33DCCF2C6B70D5E4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CB1A3619F8694D2C:8B3541AB631E1E29]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16822 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.341 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CB1A3619F8694D2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CB1A3619F8694D2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CB1A3619F8694D2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2239 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2239/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700691328492371968>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700691328492371968>
	at __randomizedtesting.SeedInfo.seed([7C27AEB6E44713F8:84E15783775E8B30]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7C27AEB6E44713F8:3C08D9047F3040FD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16612 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.261 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C27AEB6E44713F8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C27AEB6E44713F8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 24s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2238 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2238/

6 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([968D40985867CD2C]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:87)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:77)
	at org.apache.solr.common.ParWork.shutdownParWorkExecutor(ParWork.java:112)
	at org.apache.solr.common.ParWork.shutdownParWorkExecutor(ParWork.java:100)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:580)
	at jdk.internal.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6678, name=SOLR-TGRP-ConfigSetsAPITest-5852, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$754/0x00000001009b9440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6678, name=SOLR-TGRP-ConfigSetsAPITest-5852, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$754/0x00000001009b9440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([968D40985867CD2C]:0)


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6678, name=SOLR-TGRP-ConfigSetsAPITest-5852, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$754/0x00000001009b9440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6678, name=SOLR-TGRP-ConfigSetsAPITest-5852, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$754/0x00000001009b9440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([968D40985867CD2C]:0)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([968D40985867CD2C:36970BC3FC178620]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700683994769653760>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700683994769653760>
	at __randomizedtesting.SeedInfo.seed([968D40985867CD2C:6E4BB9ADCB7E55E4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([968D40985867CD2C:D6A2372AC3109E29]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17389 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.104 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=968D40985867CD2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=968D40985867CD2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=968D40985867CD2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=968D40985867CD2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=968D40985867CD2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=968D40985867CD2C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('o

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 35s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2237 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2237/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700678637214236672>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700678637214236672>
	at __randomizedtesting.SeedInfo.seed([717D49AC8A7F4E46:89BBB0991966D68E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([717D49AC8A7F4E46:31523E1E11081D43]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16346 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.34 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=717D49AC8A7F4E46 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=717D49AC8A7F4E46 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging c

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 45s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2236 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2236/

4 tests failed.
FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.doTest

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: css33
{failure={127.0.0.1:40053_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'css33_s1_r_n1': Unable to create core [css33_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: css33
{failure={127.0.0.1:40053_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'css33_s1_r_n1': Unable to create core [css33_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([A098D7530EDD5715:7DC6FF7636644AC]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestExclusionRuleCollectionAccess.doTest(TestExclusionRuleCollectionAccess.java:37)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700670995323420672>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700670995323420672>
	at __randomizedtesting.SeedInfo.seed([A098D7530EDD5715:585E2E669DC4CFDD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38151_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34303_solr, 127.0.0.1:34461_solr, 127.0.0.1:38151_solr, 127.0.0.1:40035_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38151_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34303_solr, 127.0.0.1:34461_solr, 127.0.0.1:38151_solr, 127.0.0.1:40035_solr]
	at __randomizedtesting.SeedInfo.seed([A098D7530EDD5715:D07853E98A92FE1E]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A098D7530EDD5715:E0B7A0E195AA0410]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18637 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.301 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A098D7530EDD5715 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A098D7530EDD5715 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.doTest (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A098D7530EDD5715 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A098D7530EDD5715 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/wo

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 53s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2235 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2235/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3432B7A91EC13EE6:9428FCF2BAB175EA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700659326302027776>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700659326302027776>
	at __randomizedtesting.SeedInfo.seed([3432B7A91EC13EE6:CCF44E9C8DD8A62E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41559_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32857_solr, 127.0.0.1:34071_solr, 127.0.0.1:34733_solr, 127.0.0.1:41559_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41559_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32857_solr, 127.0.0.1:34071_solr, 127.0.0.1:34733_solr, 127.0.0.1:41559_solr]
	at __randomizedtesting.SeedInfo.seed([3432B7A91EC13EE6:44D233139A8E97ED]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3432B7A91EC13EE6:741DC01B85B66DE3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18658 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.059 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3432B7A91EC13EE6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3432B7A91EC13EE6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3432B7A91EC13EE6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3432B7A91EC13EE6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished wit

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2234 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2234/

4 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700649873484808192>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700649873484808192>
	at __randomizedtesting.SeedInfo.seed([786C06D0CBF40866:80AAFFE558ED90AE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testInitializationWithSolrUrls

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (500)  Error from server at null: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request: z=[] a=[]

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (500)  Error from server at null: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request: z=[] a=[]
	at __randomizedtesting.SeedInfo.seed([786C06D0CBF40866:700248F1A4F6BE31]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testInitializationWithSolrUrls(CloudHttp2SolrClientTest.java:846)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:42853_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33293_solr, 127.0.0.1:33667_solr, 127.0.0.1:36151_solr, 127.0.0.1:42853_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:42853_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33293_solr, 127.0.0.1:33667_solr, 127.0.0.1:36151_solr, 127.0.0.1:42853_solr]
	at __randomizedtesting.SeedInfo.seed([786C06D0CBF40866:88C826A4FBBA16D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([786C06D0CBF40866:3843716250835B63]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17608 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.929 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=786C06D0CBF40866 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testInitializationWithSolrUrls (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=786C06D0CBF40866 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=786C06D0CBF40866 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=786C06D0CBF40866 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log ou

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 10s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2233 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2233/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:40995_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:40459_solr, 127.0.0.1:40995_solr, 127.0.0.1:44511_solr, 127.0.0.1:46831_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:40995_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:40459_solr, 127.0.0.1:40995_solr, 127.0.0.1:44511_solr, 127.0.0.1:46831_solr]
	at __randomizedtesting.SeedInfo.seed([292B739F7E21DD26:59CBF725FA6E742D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([292B739F7E21DD26:893138C4DA51962A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([292B739F7E21DD26:6904042DE5568E23]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16332 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.053 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=292B739F7E21DD26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=292B739F7E21DD26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=292B739F7E21DD26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNo

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 23s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2232 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2232/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34305_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34305_solr, 127.0.0.1:37221_solr, 127.0.0.1:37359_solr, 127.0.0.1:39927_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34305_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34305_solr, 127.0.0.1:37221_solr, 127.0.0.1:37359_solr, 127.0.0.1:39927_solr]
	at __randomizedtesting.SeedInfo.seed([F2CF0FF626AB77A4:822F8B4CA2E4DEAF]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([F2CF0FF626AB77A4:52D544AD82DB3CA8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700633954636267520>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700633954636267520>
	at __randomizedtesting.SeedInfo.seed([F2CF0FF626AB77A4:A09F6C3B5B2EF6C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([F2CF0FF626AB77A4:B2E07844BDDC24A1]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18416 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.706 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F2CF0FF626AB77A4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F2CF0FF626AB77A4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F2CF0FF626AB77A4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F2CF0FF626AB77A4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2231 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2231/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700626462184308736>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700626462184308736>
	at __randomizedtesting.SeedInfo.seed([FD407012ABB7B384:586892738AE2B4C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([FD407012ABB7B384:BD6F07A030C0E081]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16339 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 32.288 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FD407012ABB7B384 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FD407012ABB7B384 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 50s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2230 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2230/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([6AE195C8AB30C080:CAFBDE930F408B8C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700620997797871616>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700620997797871616>
	at __randomizedtesting.SeedInfo.seed([6AE195C8AB30C080:92276CFD38295848]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([6AE195C8AB30C080:2ACEE27A30479385]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16925 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.481 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6AE195C8AB30C080 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6AE195C8AB30C080 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6AE195C8AB30C080 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 27m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2229 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2229/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43655_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39055_solr, 127.0.0.1:41233_solr, 127.0.0.1:43655_solr, 127.0.0.1:44961_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43655_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39055_solr, 127.0.0.1:41233_solr, 127.0.0.1:43655_solr, 127.0.0.1:44961_solr]
	at __randomizedtesting.SeedInfo.seed([2722AC6C3AD59164:57C228D6BE9A386F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700609898942824448>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700609898942824448>
	at __randomizedtesting.SeedInfo.seed([2722AC6C3AD59164:DFE45559A9CC09AC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2722AC6C3AD59164:670DDBDEA1A2C261]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18249 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.788 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2722AC6C3AD59164 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2722AC6C3AD59164 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2722AC6C3AD59164 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedd

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 25s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2228 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2228/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38317_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38317_solr, 127.0.0.1:39511_solr, 127.0.0.1:39859_solr, 127.0.0.1:45997_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38317_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38317_solr, 127.0.0.1:39511_solr, 127.0.0.1:39859_solr, 127.0.0.1:45997_solr]
	at __randomizedtesting.SeedInfo.seed([B0CA46944C3F4A68:C02AC22EC870E363]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B0CA46944C3F4A68:10D00DCFE84F0164]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700603833741213696>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700603833741213696>
	at __randomizedtesting.SeedInfo.seed([B0CA46944C3F4A68:480CBFA1DF26D2A0]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B0CA46944C3F4A68:F0E53126D748196D]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18093 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 31.119 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0CA46944C3F4A68 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0CA46944C3F4A68 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0CA46944C3F4A68 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0CA46944C3F4A68 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished wit

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 11s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2227 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2227/

3 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=filterCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=filterCache
	at __randomizedtesting.SeedInfo.seed([7FF5C261225F6B47:F124A65B4F1E3322]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700596725494841344>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700596725494841344>
	at __randomizedtesting.SeedInfo.seed([7FF5C261225F6B47:87333B54B146F38F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7FF5C261225F6B47:3FDAB5D3B9283842]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16848 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 23.59 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7FF5C261225F6B47 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7FF5C261225F6B47 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7FF5C261225F6B47 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 53s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2226 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2226/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700590768691871744>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700590768691871744>
	at __randomizedtesting.SeedInfo.seed([1312D8017E1FFB2B:EBD42134ED0663E3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:36959_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36153_solr, 127.0.0.1:36959_solr, 127.0.0.1:38563_solr, 127.0.0.1:45857_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:36959_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36153_solr, 127.0.0.1:36959_solr, 127.0.0.1:38563_solr, 127.0.0.1:45857_solr]
	at __randomizedtesting.SeedInfo.seed([1312D8017E1FFB2B:63F25CBBFA505220]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([1312D8017E1FFB2B:533DAFB3E568A82E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17686 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.621 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1312D8017E1FFB2B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1312D8017E1FFB2B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1312D8017E1FFB2B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedd

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2225 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2225/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37051_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37051_solr, 127.0.0.1:37153_solr, 127.0.0.1:40839_solr, 127.0.0.1:42701_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37051_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37051_solr, 127.0.0.1:37153_solr, 127.0.0.1:40839_solr, 127.0.0.1:42701_solr]
	at __randomizedtesting.SeedInfo.seed([D4711648CA6E783C:A49192F24E21D137]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([D4711648CA6E783C:945E61FA51192B39]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15904 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.6 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D4711648CA6E783C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D4711648CA6E783C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenki

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 29s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2224 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2224/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700578145142308864>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700578145142308864>
	at __randomizedtesting.SeedInfo.seed([A74E500EB3C02BF3:5F88A93B20D9B33B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A74E500EB3C02BF3:E76127BC28B778F6]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16858 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.582 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A74E500EB3C02BF3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A74E500EB3C02BF3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 49s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2223 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2223/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([E8A16A97263C5049:48BB21CC824C1B45]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestNRTOpen.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.solr.update.CommitTracker@764bebc6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@764bebc6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:161)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.update.CommitTracker@5b0a4061
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@5b0a4061
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:157)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.ByteBuffersDirectory@31675ed7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@31675ed7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.solr.update.CommitTracker@764bebc6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@764bebc6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:161)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.update.CommitTracker@5b0a4061
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@5b0a4061
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:157)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.ByteBuffersDirectory@31675ed7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@31675ed7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.solr.update.CommitTracker@764bebc6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@764bebc6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:161)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.update.CommitTracker@5b0a4061
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@5b0a4061
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:157)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.ByteBuffersDirectory@31675ed7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@31675ed7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.solr.update.CommitTracker@764bebc6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@764bebc6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:161)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.update.CommitTracker@5b0a4061
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@5b0a4061
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:157)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1081)
at o.a.s.core.SolrCore.reload(SolrCore.java:741)
at o.a.s.core.CoreContainer.reload(CoreContainer.java:1786)
at o.a.s.core.TestNRTOpen.testReaderIsNRT(TestNRTOpen.java:69)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.ByteBuffersDirectory@31675ed7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@31675ed7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@6b92ba2b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>
	at __randomizedtesting.SeedInfo.seed([E8A16A97263C5049]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestNRTOpen.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 70 threads leaked from SUITE scope at org.apache.solr.core.TestNRTOpen: 
   1) Thread[id=11504, name=SOLR-TGRP-TestNRTOpen-10230, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=11527, name=SOLR-TGRP-TestNRTOpen-10253, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=11533, name=SOLR-TGRP-TestNRTOpen-10258, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=11568, name=SOLR-TGRP-TestNRTOpen-10289, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=11575, name=SOLR-TGRP-TestNRTOpen-10297, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=11514, name=SOLR-TGRP-TestNRTOpen-10240, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=11540, name=SOLR-TGRP-TestNRTOpen-10265, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=11569, name=SOLR-TGRP-TestNRTOpen-10291, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=11517, name=SOLR-TGRP-TestNRTOpen-10243, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=11573, name=SOLR-TGRP-TestNRTOpen-10295, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=11516, name=SOLR-TGRP-TestNRTOpen-10242, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=11519, name=SOLR-TGRP-TestNRTOpen-10245, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=11556, name=SOLR-TGRP-TestNRTOpen-10280, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=11572, name=SOLR-TGRP-TestNRTOpen-10294, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=11554, name=SOLR-TGRP-TestNRTOpen-10278, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=11530, name=SOLR-TGRP-TestNRTOpen-10255, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=11509, name=SOLR-TGRP-TestNRTOpen-10235, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=11566, name=SOLR-TGRP-TestNRTOpen-10288, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=11542, name=SOLR-TGRP-TestNRTOpen-10267, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=11576, name=SOLR-TGRP-TestNRTOpen-10298, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=11551, name=SOLR-TGRP-TestNRTOpen-10274, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=11506, name=SOLR-TGRP-TestNRTOpen-10232, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=11505, name=SOLR-TGRP-TestNRTOpen-10231, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=11511, name=SOLR-TGRP-TestNRTOpen-10237, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=11508, name=SOLR-TGRP-TestNRTOpen-10234, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=11544, name=SOLR-TGRP-TestNRTOpen-10269, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=11520, name=SOLR-TGRP-TestNRTOpen-10246, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=11565, name=SOLR-TGRP-TestNRTOpen-10287, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=11513, name=SOLR-TGRP-TestNRTOpen-10239, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=11558, name=SOLR-TGRP-TestNRTOpen-10282, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=11561, name=SOLR-TGRP-TestNRTOpen-10285, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=11523, name=SOLR-TGRP-TestNRTOpen-10249, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=11524, name=SOLR-TGRP-TestNRTOpen-10250, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=11531, name=SOLR-TGRP-TestNRTOpen-10256, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=11570, name=SOLR-TGRP-TestNRTOpen-10292, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=11546, name=SOLR-TGRP-TestNRTOpen-10271, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=11534, name=SOLR-TGRP-TestNRTOpen-10259, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=11532, name=SOLR-TGRP-TestNRTOpen-10257, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=11553, name=SOLR-TGRP-TestNRTOpen-10277, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=11574, name=SOLR-TGRP-TestNRTOpen-10296, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=11560, name=SOLR-TGRP-TestNRTOpen-10284, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=11510, name=SOLR-TGRP-TestNRTOpen-10236, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=11512, name=SOLR-TGRP-TestNRTOpen-10238, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=11522, name=SOLR-TGRP-TestNRTOpen-10248, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=11535, name=SOLR-TGRP-TestNRTOpen-10260, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=11571, name=SOLR-TGRP-TestNRTOpen-10293, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=11515, name=SOLR-TGRP-TestNRTOpen-10241, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=11557, name=SOLR-TGRP-TestNRTOpen-10281, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=11577, name=SOLR-TGRP-TestNRTOpen-10299, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=11541, name=SOLR-TGRP-TestNRTOpen-10266, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=11529, name=SOLR-TGRP-TestNRTOpen-10254, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=11543, name=SOLR-TGRP-TestNRTOpen-10268, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=11559, name=SOLR-TGRP-TestNRTOpen-10283, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=11545, name=SOLR-TGRP-TestNRTOpen-10270, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=11550, name=SOLR-TGRP-TestNRTOpen-10275, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=11555, name=SOLR-TGRP-TestNRTOpen-10279, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=11507, name=SOLR-TGRP-TestNRTOpen-10233, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=11525, name=SOLR-TGRP-TestNRTOpen-10251, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=11526, name=SOLR-TGRP-TestNRTOpen-10252, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=11547, name=SOLR-TGRP-TestNRTOpen-10272, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=11518, name=SOLR-TGRP-TestNRTOpen-10244, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=11549, name=SOLR-TGRP-TestNRTOpen-10273, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=11536, name=SOLR-TGRP-TestNRTOpen-10261, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=11521, name=SOLR-TGRP-TestNRTOpen-10247, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=11537, name=SOLR-TGRP-TestNRTOpen-10262, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=11539, name=SOLR-TGRP-TestNRTOpen-10264, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=11538, name=SOLR-TGRP-TestNRTOpen-10263, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=11552, name=SOLR-TGRP-TestNRTOpen-10276, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=11567, name=SOLR-TGRP-TestNRTOpen-10290, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=11562, name=SOLR-TGRP-TestNRTOpen-10286, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferS

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 52s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2222 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2222/

3 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([4E1C945B54703DC4:C648AB81FA8C503C]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700562270547869696>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700562270547869696>
	at __randomizedtesting.SeedInfo.seed([4E1C945B54703DC4:B6DA6D6EC769A50C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([4E1C945B54703DC4:E33E3E9CF076EC1]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16850 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.131 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E1C945B54703DC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E1C945B54703DC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E1C945B54703DC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 59s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2221 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2221/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([77558FD3B32ABD5:475A2F4FA045F8D0]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14935 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.365 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=77558FD3B32ABD5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCa

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 45s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2220 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2220/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([E5B58A67DE897F1:AE4113FDD998DCFD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([E5B58A67DE897F1:4E742F14E69FC4F4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15769 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.474 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5B58A67DE897F1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5B58A67DE897F1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/So

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2219 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2219/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:45053_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:44247_solr, 127.0.0.1:45053_solr, 127.0.0.1:45815_solr, 127.0.0.1:46553_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:45053_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:44247_solr, 127.0.0.1:45053_solr, 127.0.0.1:45815_solr, 127.0.0.1:46553_solr]
	at __randomizedtesting.SeedInfo.seed([A9D877CB4833E577:D938F371CC7C4C7C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A9D877CB4833E577:E9F70079D344B672]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16913 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.905 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A9D877CB4833E577 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A9D877CB4833E577 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2218 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2218/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700528573329178624>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700528573329178624>
	at __randomizedtesting.SeedInfo.seed([A199994C83499DB2:595F60791050057A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A199994C83499DB2:E1B6EEFE183ECEB7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16328 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.978 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A199994C83499DB2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A199994C83499DB2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 34s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2217 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2217/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700517762579824640>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700517762579824640>
	at __randomizedtesting.SeedInfo.seed([78E9F368AEE1F877:802F0A5D3DF860BF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([78E9F368AEE1F877:38C684DA3596AB72]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16304 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.243 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78E9F368AEE1F877 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78E9F368AEE1F877 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 30s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2216 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2216/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41085_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32777_solr, 127.0.0.1:40013_solr, 127.0.0.1:41085_solr, 127.0.0.1:42027_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41085_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32777_solr, 127.0.0.1:40013_solr, 127.0.0.1:41085_solr, 127.0.0.1:42027_solr]
	at __randomizedtesting.SeedInfo.seed([7C4D2C99A5AAEFB9:CADA82321E546B2]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700512521363914752>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700512521363914752>
	at __randomizedtesting.SeedInfo.seed([7C4D2C99A5AAEFB9:848BD5AC36B37771]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7C4D2C99A5AAEFB9:3C625B2B3EDDBCBC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18212 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.851 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C4D2C99A5AAEFB9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C4D2C99A5AAEFB9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C4D2C99A5AAEFB9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRun

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 26s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2215 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2215/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([82FB1E636F3026F7:22E15538CB406DFB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700506185534275584>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700506185534275584>
	at __randomizedtesting.SeedInfo.seed([82FB1E636F3026F7:7A3DE756FC29BE3F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([82FB1E636F3026F7:C2D469D1F44775F2]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17023 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.458 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=82FB1E636F3026F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=82FB1E636F3026F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=82FB1E636F3026F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and poss

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 41s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2214 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2214/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39365_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35317_solr, 127.0.0.1:39365_solr, 127.0.0.1:39939_solr, 127.0.0.1:42275_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39365_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35317_solr, 127.0.0.1:39365_solr, 127.0.0.1:39939_solr, 127.0.0.1:42275_solr]
	at __randomizedtesting.SeedInfo.seed([A4873D315C27F6C0:D467B98BD8685FCB]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700501279742099456>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700501279742099456>
	at __randomizedtesting.SeedInfo.seed([A4873D315C27F6C0:5C41C404CF3E6E08]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A4873D315C27F6C0:E4A84A83C750A5C5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17614 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.73 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4873D315C27F6C0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4873D315C27F6C0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4873D315C27F6C0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedde

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 30s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2213 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2213/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: techproducts
{failure={127.0.0.1:39009_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'techproducts_s1_r_n1': Unable to create core [techproducts_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: techproducts
{failure={127.0.0.1:39009_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'techproducts_s1_r_n1': Unable to create core [techproducts_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([49EFCF763731F86]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.setupCluster(DirectJsonQueryRequestFacetingIntegrationTest.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$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([49EFCF763731F86:44B18B45F8044C83]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15626 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.928 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=49EFCF763731F86 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=49EFCF763731F86 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true p

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 21s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2212 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2212/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B675D85B9C051C26:166F93003875572A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700493630648614912>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700493630648614912>
	at __randomizedtesting.SeedInfo.seed([B675D85B9C051C26:4EB3216E0F1C84EE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B675D85B9C051C26:F65AAFE907724F23]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17202 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.291 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B675D85B9C051C26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B675D85B9C051C26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B675D85B9C051C26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 58s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2211 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2211/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700487596171329536>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700487596171329536>
	at __randomizedtesting.SeedInfo.seed([A19F8DD7FD48466F:595974E26E51DEA7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A19F8DD7FD48466F:E1B0FA65663F156A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16374 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.834 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A19F8DD7FD48466F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A19F8DD7FD48466F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Para

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 59s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2210 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2210/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700476696512167936>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700476696512167936>
	at __randomizedtesting.SeedInfo.seed([7C0B5FA22A1A39D8:84CDA697B903A110]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7C0B5FA22A1A39D8:3C242810B16D6ADD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16539 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.974 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C0B5FA22A1A39D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C0B5FA22A1A39D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Para

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 19s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2209 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2209/

3 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([2A3EC3A3FF08392D:EAC6CC1B83C1ED86]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse(ConfigSetsAPITest.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 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6754, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-5909, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$756/0x00000001009ef440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6754, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-5909, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$756/0x00000001009ef440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([2A3EC3A3FF08392D]:0)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2A3EC3A3FF08392D:6A11B411647F6A28]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15517 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.442 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A3EC3A3FF08392D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A3EC3A3FF08392D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A3EC3A3FF08392D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /h

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 1s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2208 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2208/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700457282082439168>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700457282082439168>
	at __randomizedtesting.SeedInfo.seed([3D56E2560F518FD8:C5901B639C481710]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3D56E2560F518FD8:7D7995E49426DCDD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16402 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.486 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D56E2560F518FD8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D56E2560F518FD8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 43s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2207 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2207/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700451030777462784>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700451030777462784>
	at __randomizedtesting.SeedInfo.seed([12F69DBEE2F11CFF:EA30648B71E88437]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([12F69DBEE2F11CFF:52D9EA0C79864FFA]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16917 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.247 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=12F69DBEE2F11CFF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=12F69DBEE2F11CFF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 16s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2206 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2206/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([93E6B2503F2EBD1B:33FCF90B9B5EF617]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([93E6B2503F2EBD1B:D3C9C5E2A459EE1E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15313 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.887 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93E6B2503F2EBD1B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93E6B2503F2EBD1B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Che

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2205 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2205/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700438604804784128>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700438604804784128>
	at __randomizedtesting.SeedInfo.seed([C96FB45A46C931AC:31A94D6FD5D0A964]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C96FB45A46C931AC:6975FF01E2B97AA0]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C96FB45A46C931AC:8940C3E8DDBE62A9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17308 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.556 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C96FB45A46C931AC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C96FB45A46C931AC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C96FB45A46C931AC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 28s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2204 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2204/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39925_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33935_solr, 127.0.0.1:34011_solr, 127.0.0.1:39925_solr, 127.0.0.1:42201_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39925_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33935_solr, 127.0.0.1:34011_solr, 127.0.0.1:39925_solr, 127.0.0.1:42201_solr]
	at __randomizedtesting.SeedInfo.seed([78BE2072F3ED916E:85EA4C877A23865]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([78BE2072F3ED916E:D8A46B29579DDA62]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([78BE2072F3ED916E:389157C0689AC26B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16475 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.384 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78BE2072F3ED916E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78BE2072F3ED916E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=78BE2072F3ED916E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  ca

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 28s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2203 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2203/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700421970719408128>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700421970719408128>
	at __randomizedtesting.SeedInfo.seed([E824194276D4C12D:10E2E077E5CD59E5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([E824194276D4C12D:A80B6EF0EDA39228]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16498 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.689 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E824194276D4C12D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E824194276D4C12D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 54s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2202 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2202/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([CA50E022DBC5323B:6A4AAB797FB57937]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700414818236760064>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700414818236760064>
	at __randomizedtesting.SeedInfo.seed([CA50E022DBC5323B:3296191748DCAAF3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CA50E022DBC5323B:8A7F979040B2613E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16899 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.51 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CA50E022DBC5323B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CA50E022DBC5323B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CA50E022DBC5323B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surro

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 43s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2201 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2201/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:33781_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33781_solr, 127.0.0.1:43329_solr, 127.0.0.1:44009_solr, 127.0.0.1:44347_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:33781_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33781_solr, 127.0.0.1:43329_solr, 127.0.0.1:44009_solr, 127.0.0.1:44347_solr]
	at __randomizedtesting.SeedInfo.seed([58B86E5E9E5CE760:2858EAE41A134E6B]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([58B86E5E9E5CE760:189719EC052BB465]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16270 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.886 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58B86E5E9E5CE760 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58B86E5E9E5CE760 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 30s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2200 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2200/

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([30F8D1201CDF3473:90E29A7BB8AF7F7F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testCreateErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: Base ConfigSet does not exist got: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: Base ConfigSet does not exist got: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms
	at __randomizedtesting.SeedInfo.seed([30F8D1201CDF3473:4BAAE84706CBA80B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:157)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@4a012e92
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4a012e92
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@4ca7efee
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4ca7efee
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@2c3e412f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@2c3e412f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@4a012e92
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4a012e92
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@4ca7efee
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4ca7efee
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@2c3e412f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@2c3e412f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@4a012e92
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4a012e92
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@4ca7efee
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4ca7efee
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@2c3e412f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@2c3e412f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@4a012e92
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4a012e92
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@4ca7efee
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4ca7efee
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@2c3e412f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@2c3e412f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

>
	at __randomizedtesting.SeedInfo.seed([30F8D1201CDF3473]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 60 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=4142, name=SOLR-TGRP-TestConfigSetsAPI-3657, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4136, name=SOLR-TGRP-TestConfigSetsAPI-3651, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4140, name=SOLR-TGRP-TestConfigSetsAPI-3655, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4032, name=SOLR-TGRP-TestConfigSetsAPI-3573, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4025, name=SOLR-TGRP-TestConfigSetsAPI-3566, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4071, name=SOLR-TGRP-TestConfigSetsAPI-3610, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4003, name=SOLR-TGRP-TestConfigSetsAPI-3551, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4147, name=SOLR-TGRP-TestConfigSetsAPI-3662, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4008, name=SOLR-TGRP-TestConfigSetsAPI-3556, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4438, name=SOLR-TGRP-TestConfigSetsAPI-3832, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4439, name=SOLR-TGRP-TestConfigSetsAPI-3833, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4081, name=SOLR-TGRP-TestConfigSetsAPI-3618, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=4040, name=SOLR-TGRP-TestConfigSetsAPI-3581, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=4082, name=SOLR-TGRP-TestConfigSetsAPI-3619, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=4038, name=SOLR-TGRP-TestConfigSetsAPI-3579, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=4036, name=SOLR-TGRP-TestConfigSetsAPI-3577, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=4007, name=SOLR-TGRP-TestConfigSetsAPI-3555, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4368, name=SOLR-TGRP-TestConfigSetsAPI-3784, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=4049, name=SOLR-TGRP-TestConfigSetsAPI-3590, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4074, name=SOLR-TGRP-TestConfigSetsAPI-3613, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=4161, name=SOLR-TGRP-TestConfigSetsAPI-3676, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4078, name=SOLR-TGRP-TestConfigSetsAPI-3616, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4005, name=SOLR-TGRP-TestConfigSetsAPI-3553, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=4437, name=SOLR-TGRP-TestConfigSetsAPI-3831, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=4163, name=SOLR-TGRP-TestConfigSetsAPI-3678, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=4072, name=SOLR-TGRP-TestConfigSetsAPI-3611, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4046, name=SOLR-TGRP-TestConfigSetsAPI-3587, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4044, name=SOLR-TGRP-TestConfigSetsAPI-3585, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=4001, name=SOLR-TGRP-TestConfigSetsAPI-3549, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4387, name=SOLR-TGRP-TestConfigSetsAPI-3801, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4004, name=SOLR-TGRP-TestConfigSetsAPI-3552, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4033, name=SOLR-TGRP-TestConfigSetsAPI-3574, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$717/0x00000001009cd440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4435, name=SOLR-TGRP-TestConfigSetsAPI-3829, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4451, name=TEST-TestConfigSetsAPI.testDelete-seed#[30F8D1201CDF3473]-SendThread(127.0.0.1:35989), state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.java:214)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1375)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1302)
  35) Thread[id=4000, name=SOLR-TGRP-TestConfigSetsAPI-3548, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=4440, name=SOLR-TGRP-TestConfigSetsAPI-3834, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4434, name=SOLR-TGRP-TestConfigSetsAPI-3828, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4432, name=SOLR-TGRP-TestConfigSetsAPI-3826, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4430, name=http2client-scheduler-1, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  40) Thread[id=4139, name=SOLR-TGRP-TestConfigSetsAPI-3654, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4042, name=SOLR-TGRP-TestConfigSetsAPI-3583, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4441, name=SOLR-TGRP-TestConfigSetsAPI-3835, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4466, name=SOLR-TGRP-TestConfigSetsAPI-3844, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4009, name=SOLR-TGRP-TestConfigSetsAPI-3557, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4150, name=SOLR-TGRP-TestConfigSetsAPI-3665, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4467, name=SOLR-TGRP-TestConfigSetsAPI-3845, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=4034, name=SOLR-TGRP-TestConfigSetsAPI-3575, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4076, name=SOLR-TGRP-TestConfigSetsAPI-3615, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4152, name=SOLR-TGRP-TestConfigSetsAPI-3667, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4047, name=SOLR-TGRP-TestConfigSetsAPI-3588, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4433, name=SOLR-TGRP-TestConfigSetsAPI-3827, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4137, name=SOLR-TGRP-TestConfigSetsAPI-3652, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4157, name=SOLR-TGRP-TestConfigSetsAPI-3672, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4153, name=SOLR-TGRP-TestConfigSetsAPI-3668, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4107, name=SOLR-TGRP-TestConfigSetsAPI-3628, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4447, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  57) Thread[id=4130, name=SOLR-TGRP-TestConfigSetsAPI-3645, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4436, name=SOLR-TGRP-TestConfigSetsAPI-3830, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4041, name=SOLR-TGRP-TestConfigSetsAPI-3582, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 26s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2199 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2199/

7 tests failed.
FAILED:  org.apache.solr.HelloWorldSolrCloudTestCase.classMethod

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AA48ED37414EDF53]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.HelloWorldSolrCloudTestCase.setupCluster(HelloWorldSolrCloudTestCase.java:59)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 30 more


FAILED:  org.apache.solr.HelloWorldSolrCloudTestCase.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.HelloWorldSolrCloudTestCase: 
   1) Thread[id=2557, name=overseerZkWriterExecutor-TGRP-HelloWorldSolrCloudTestCase-2335, state=TIMED_WAITING, group=TGRP-HelloWorldSolrCloudTestCase]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$792/0x0000000100a36840.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.HelloWorldSolrCloudTestCase: 
   1) Thread[id=2557, name=overseerZkWriterExecutor-TGRP-HelloWorldSolrCloudTestCase-2335, state=TIMED_WAITING, group=TGRP-HelloWorldSolrCloudTestCase]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$792/0x0000000100a36840.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([AA48ED37414EDF53]:0)


FAILED:  org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: delDeadColl
{failure={127.0.0.1:46619_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'delDeadColl_s2_r_n3': Unable to create core [delDeadColl_s2_r_n3] Caused by: null}, success={127.0.0.1:46233_solr={responseHeader={status=0, QTime=426}, core=delDeadColl_s1_r_n1}, 127.0.0.1:42367_solr={responseHeader={status=0, QTime=431}, core=delDeadColl_s1_r_n2}, 127.0.0.1:38827_solr={responseHeader={status=0, QTime=435}, core=delDeadColl_s2_r_n4}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: delDeadColl
{failure={127.0.0.1:46619_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'delDeadColl_s2_r_n3': Unable to create core [delDeadColl_s2_r_n3] Caused by: null}, success={127.0.0.1:46233_solr={responseHeader={status=0, QTime=426}, core=delDeadColl_s1_r_n1}, 127.0.0.1:42367_solr={responseHeader={status=0, QTime=431}, core=delDeadColl_s1_r_n2}, 127.0.0.1:38827_solr={responseHeader={status=0, QTime=435}, core=delDeadColl_s2_r_n4}}}
	at __randomizedtesting.SeedInfo.seed([AA48ED37414EDF53:677676C40EEFA9B1]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:57)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42937_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:42373_solr, 127.0.0.1:42937_solr, 127.0.0.1:43795_solr, 127.0.0.1:45589_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42937_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:42373_solr, 127.0.0.1:42937_solr, 127.0.0.1:43795_solr, 127.0.0.1:45589_solr]
	at __randomizedtesting.SeedInfo.seed([AA48ED37414EDF53:DAA8698DC5017658]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest: 
   1) Thread[id=5229, name=TEST-OutOfBoxZkACLAndCredentialsProvidersTest.testOpenACLUnsafeAllover-seed#[AA48ED37414EDF53]-EventThread, state=TERMINATED, group={null group}]
        at (empty stack)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest: 
   1) Thread[id=5229, name=TEST-OutOfBoxZkACLAndCredentialsProvidersTest.testOpenACLUnsafeAllover-seed#[AA48ED37414EDF53]-EventThread, state=TERMINATED, group={null group}]
        at (empty stack)
	at __randomizedtesting.SeedInfo.seed([AA48ED37414EDF53]:0)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700394333737320448>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700394333737320448>
	at __randomizedtesting.SeedInfo.seed([AA48ED37414EDF53:528E1402D257479B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AA48ED37414EDF53:EA679A85DA398C56]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 19518 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.357 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA48ED37414EDF53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA48ED37414EDF53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.HelloWorldSolrCloudTestCase.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.HelloWorldSolrCloudTestCase.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.HelloWorldSolrCloudTestCase" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA48ED37414EDF53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.HelloWorldSolrCloudTestCase.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.HelloWorldSolrCloudTestCase.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.HelloWorldSolrCloudTestCase" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA48ED37414EDF53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA48ED37414EDF53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteInactiveReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteInactiveReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA48ED37414EDF53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA48ED37414EDF53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v2021

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2198 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2198/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([72A8998791D79D13:D2B2D2DC35A7D61F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700385026116419584>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700385026116419584>
	at __randomizedtesting.SeedInfo.seed([72A8998791D79D13:8A6E60B202CE05DB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([72A8998791D79D13:3287EE350AA0CE16]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17102 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.141 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=72A8998791D79D13 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=72A8998791D79D13 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=72A8998791D79D13 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surr

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 49s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2197 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2197/

6 tests failed.
FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms
	at __randomizedtesting.SeedInfo.seed([D27D50E48A6AB022:DB9F8FC90F1CB136]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:650)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@469a5d2f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@469a5d2f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@3843dafc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@3843dafc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@380086bc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@380086bc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@469a5d2f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@469a5d2f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@3843dafc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@3843dafc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@380086bc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@380086bc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@469a5d2f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@469a5d2f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@3843dafc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@3843dafc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@380086bc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@380086bc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@469a5d2f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@469a5d2f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@3843dafc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@3843dafc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@380086bc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@380086bc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>
	at __randomizedtesting.SeedInfo.seed([D27D50E48A6AB022]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 63 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=5268, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
   2) Thread[id=4830, name=SOLR-TGRP-TestConfigSetsAPI-4426, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4869, name=SOLR-TGRP-TestConfigSetsAPI-4458, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=5272, name=TEST-TestConfigSetsAPI.testCreateErrors-seed#[D27D50E48A6AB022]-SendThread(127.0.0.1:40683), state=TERMINATED, group={null group}]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.java:214)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1375)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1302)
   5) Thread[id=4854, name=SOLR-TGRP-TestConfigSetsAPI-4443, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=5309, name=SOLR-TGRP-TestConfigSetsAPI-4731, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4831, name=SOLR-TGRP-TestConfigSetsAPI-4427, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4906, name=SOLR-TGRP-TestConfigSetsAPI-4491, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4898, name=SOLR-TGRP-TestConfigSetsAPI-4483, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4857, name=SOLR-TGRP-TestConfigSetsAPI-4446, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4901, name=SOLR-TGRP-TestConfigSetsAPI-4486, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x0000000100559840.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4860, name=SOLR-TGRP-TestConfigSetsAPI-4449, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=4902, name=SOLR-TGRP-TestConfigSetsAPI-4487, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=5104, name=SOLR-TGRP-TestConfigSetsAPI-4609, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=4896, name=SOLR-TGRP-TestConfigSetsAPI-4481, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=5261, name=SOLR-TGRP-TestConfigSetsAPI-4703, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=4824, name=SOLR-TGRP-TestConfigSetsAPI-4420, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4868, name=SOLR-TGRP-TestConfigSetsAPI-4457, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=5106, name=SOLR-TGRP-TestConfigSetsAPI-4611, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4858, name=SOLR-TGRP-TestConfigSetsAPI-4447, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=5113, name=SOLR-TGRP-TestConfigSetsAPI-4618, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4851, name=SOLR-TGRP-TestConfigSetsAPI-4440, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4900, name=SOLR-TGRP-TestConfigSetsAPI-4485, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=5102, name=SOLR-TGRP-TestConfigSetsAPI-4607, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=5288, name=SOLR-TGRP-TestConfigSetsAPI-4714, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=5260, name=SOLR-TGRP-TestConfigSetsAPI-4702, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4832, name=SOLR-TGRP-TestConfigSetsAPI-4428, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$798/0x00000001009f1840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4864, name=SOLR-TGRP-TestConfigSetsAPI-4453, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=4829, name=SOLR-TGRP-TestConfigSetsAPI-4425, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x0000000100559840.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4865, name=SOLR-TGRP-TestConfigSetsAPI-4454, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4823, name=SOLR-TGRP-TestConfigSetsAPI-4419, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=5256, name=SOLR-TGRP-TestConfigSetsAPI-4698, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4899, name=SOLR-TGRP-TestConfigSetsAPI-4484, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=5287, name=SOLR-TGRP-TestConfigSetsAPI-4713, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4895, name=SOLR-TGRP-TestConfigSetsAPI-4480, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x0000000100559840.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=4825, name=SOLR-TGRP-TestConfigSetsAPI-4421, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=5019, name=SOLR-TGRP-TestConfigSetsAPI-4550, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=5257, name=SOLR-TGRP-TestConfigSetsAPI-4699, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=5258, name=SOLR-TGRP-TestConfigSetsAPI-4700, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=4881, name=SOLR-TGRP-TestConfigSetsAPI-4468, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4853, name=SOLR-TGRP-TestConfigSetsAPI-4442, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x0000000100559840.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4855, name=SOLR-TGRP-TestConfigSetsAPI-4444, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=5112, name=SOLR-TGRP-TestConfigSetsAPI-4617, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4893, name=SOLR-TGRP-TestConfigSetsAPI-4478, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=5252, name=SOLR-TGRP-TestConfigSetsAPI-4694, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=5249, name=http2client-scheduler-1, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  47) Thread[id=4828, name=SOLR-TGRP-TestConfigSetsAPI-4424, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=5186, name=SOLR-TGRP-TestConfigSetsAPI-4652, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=5259, name=SOLR-TGRP-TestConfigSetsAPI-4701, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4897, name=SOLR-TGRP-TestConfigSetsAPI-4482, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4859, name=SOLR-TGRP-TestConfigSetsAPI-4448, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=5253, name=SOLR-TGRP-TestConfigSetsAPI-4695, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4870, name=SOLR-TGRP-TestConfigSetsAPI-4459, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4866, name=SOLR-TGRP-TestConfigSetsAPI-4455, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4863, name=SOLR-TGRP-TestConfigSetsAPI-4452, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=5255, name=SOLR-TGRP-TestConfigSetsAPI-4697, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=5262, name=SOLR-TGRP-TestConfigSetsAPI-4704, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=5254, name=SOLR-TGRP-TestConfigSetsAPI-4696, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=5251, name=SOLR-TGRP-TestConfigSetsAPI-4693, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=4827, name=SOLR-TGRP-TestConfigSetsAPI-4423, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=4894, name=SOLR-TGRP-TestConfigSetsAPI-4479, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=5099, name=SOLR-TGRP-TestConfigSetsAPI-4604, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=5064, name=SOLR-TGRP-TestConfigSetsAPI-4575, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.Synchronous

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 18s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2196 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2196/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39285_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35205_solr, 127.0.0.1:37993_solr, 127.0.0.1:39285_solr, 127.0.0.1:40835_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39285_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35205_solr, 127.0.0.1:37993_solr, 127.0.0.1:39285_solr, 127.0.0.1:40835_solr]
	at __randomizedtesting.SeedInfo.seed([3CEC4C80A0D83FB1:4C0CC83A249796BA]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=fieldValueCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=fieldValueCache
	at __randomizedtesting.SeedInfo.seed([3CEC4C80A0D83FB1:B23D28BACD9967D4]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700361627247837184>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700361627247837184>
	at __randomizedtesting.SeedInfo.seed([3CEC4C80A0D83FB1:C42AB5B533C1A779]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3CEC4C80A0D83FB1:7CC33B323BAF6CB4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17859 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.406 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3CEC4C80A0D83FB1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3CEC4C80A0D83FB1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3CEC4C80A0D83FB1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3CEC4C80A0D83FB1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=======

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 32s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2195 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2195/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700333793819230208>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700333793819230208>
	at __randomizedtesting.SeedInfo.seed([2FEE8BF7EC8F28D0:D72872C27F96B018]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2FEE8BF7EC8F28D0:6FC1FC4577F87BD5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16379 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.755 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2FEE8BF7EC8F28D0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2FEE8BF7EC8F28D0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2194 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2194/

4 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.testReadWriteCached

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: CollectionPropsTest1870891781157845
{failure={127.0.0.1:39367_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'CollectionPropsTest1870891781157845_s1_r_n1': Unable to create core [CollectionPropsTest1870891781157845_s1_r_n1] Caused by: null}, success={127.0.0.1:39367_solr={responseHeader={status=0, QTime=73}, core=CollectionPropsTest1870891781157845_s2_r_n3}, 127.0.0.1:41245_solr={responseHeader={status=0, QTime=69}, core=CollectionPropsTest1870891781157845_s2_r_n4}, 127.0.0.1:41245_solr={responseHeader={status=0, QTime=69}, core=CollectionPropsTest1870891781157845_s1_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: CollectionPropsTest1870891781157845
{failure={127.0.0.1:39367_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'CollectionPropsTest1870891781157845_s1_r_n1': Unable to create core [CollectionPropsTest1870891781157845_s1_r_n1] Caused by: null}, success={127.0.0.1:39367_solr={responseHeader={status=0, QTime=73}, core=CollectionPropsTest1870891781157845_s2_r_n3}, 127.0.0.1:41245_solr={responseHeader={status=0, QTime=69}, core=CollectionPropsTest1870891781157845_s2_r_n4}, 127.0.0.1:41245_solr={responseHeader={status=0, QTime=69}, core=CollectionPropsTest1870891781157845_s1_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([A7359E868E3D4914:417253481C0B35E7]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.setUp(ZkCollectionPropsCachingTest.java:69)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700323786729979904>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700323786729979904>
	at __randomizedtesting.SeedInfo.seed([A7359E868E3D4914:5FF367B31D24D1DC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: spatialdata
{failure={127.0.0.1:44193_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'spatialdata_s1_r_n1': Unable to create core [spatialdata_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: spatialdata
{failure={127.0.0.1:44193_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'spatialdata_s1_r_n1': Unable to create core [spatialdata_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([A7359E868E3D4914]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.beforeJsonQueryRequestHeatmapFacetingTest(JsonQueryRequestHeatmapFacetingTest.java:53)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A7359E868E3D4914:E71AE934154A1A11]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17397 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.508 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.request.json.JsonQueryRequestHeatmapFacetingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A7359E868E3D4914 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A7359E868E3D4914 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A7359E868E3D4914 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.testReadWriteCached (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A7359E868E3D4914 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimp

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 7s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2193 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2193/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3F5C0B703F08B75:A3EF8BECA780C079]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.SolrIndexMetricsTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@156df28f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@156df28f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@156df28f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@156df28f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@156df28f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@156df28f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@156df28f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@156df28f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1c61f82e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

>
	at __randomizedtesting.SeedInfo.seed([3F5C0B703F08B75]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.SolrIndexMetricsTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 83 threads leaked from SUITE scope at org.apache.solr.update.SolrIndexMetricsTest: 
   1) Thread[id=7277, name=SOLR-TGRP-SolrIndexMetricsTest-6455, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=7295, name=SOLR-TGRP-SolrIndexMetricsTest-6472, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=7281, name=SOLR-TGRP-SolrIndexMetricsTest-6458, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=7247, name=SOLR-TGRP-SolrIndexMetricsTest-6425, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=7284, name=SOLR-TGRP-SolrIndexMetricsTest-6461, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=7297, name=SOLR-TGRP-SolrIndexMetricsTest-6474, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=7348, name=SOLR-TGRP-SolrIndexMetricsTest-6514, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=7276, name=SOLR-TGRP-SolrIndexMetricsTest-6454, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=7350, name=SOLR-TGRP-SolrIndexMetricsTest-6516, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=7288, name=SOLR-TGRP-SolrIndexMetricsTest-6465, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=7344, name=SOLR-TGRP-SolrIndexMetricsTest-6511, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=7289, name=SOLR-TGRP-SolrIndexMetricsTest-6466, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=7301, name=SOLR-TGRP-SolrIndexMetricsTest-6478, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=7271, name=SOLR-TGRP-SolrIndexMetricsTest-6449, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=7246, name=SOLR-TGRP-SolrIndexMetricsTest-6424, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=7363, name=SOLR-TGRP-SolrIndexMetricsTest-6527, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=7254, name=SOLR-TGRP-SolrIndexMetricsTest-6432, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=7346, name=SOLR-TGRP-SolrIndexMetricsTest-6512, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=7309, name=SOLR-TGRP-SolrIndexMetricsTest-6486, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=7270, name=SOLR-TGRP-SolrIndexMetricsTest-6448, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=7313, name=SOLR-TGRP-SolrIndexMetricsTest-6490, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=7317, name=SOLR-TGRP-SolrIndexMetricsTest-6494, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=7274, name=SOLR-TGRP-SolrIndexMetricsTest-6452, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=7326, name=SOLR-TGRP-SolrIndexMetricsTest-6498, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=7290, name=SOLR-TGRP-SolrIndexMetricsTest-6467, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=7311, name=SOLR-TGRP-SolrIndexMetricsTest-6488, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=7320, name=SOLR-TGRP-SolrIndexMetricsTest-6497, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=7349, name=SOLR-TGRP-SolrIndexMetricsTest-6515, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=7294, name=SOLR-TGRP-SolrIndexMetricsTest-6471, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=7285, name=SOLR-TGRP-SolrIndexMetricsTest-6462, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=7347, name=SOLR-TGRP-SolrIndexMetricsTest-6513, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=7293, name=SOLR-TGRP-SolrIndexMetricsTest-6470, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=7292, name=SOLR-TGRP-SolrIndexMetricsTest-6469, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=7248, name=SOLR-TGRP-SolrIndexMetricsTest-6426, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=7299, name=SOLR-TGRP-SolrIndexMetricsTest-6476, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=7352, name=SOLR-TGRP-SolrIndexMetricsTest-6518, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=7258, name=SOLR-TGRP-SolrIndexMetricsTest-6436, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=7251, name=SOLR-TGRP-SolrIndexMetricsTest-6429, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=7291, name=SOLR-TGRP-SolrIndexMetricsTest-6468, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=7312, name=SOLR-TGRP-SolrIndexMetricsTest-6489, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=7252, name=SOLR-TGRP-SolrIndexMetricsTest-6430, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=7338, name=SOLR-TGRP-SolrIndexMetricsTest-6509, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=7245, name=SOLR-TGRP-SolrIndexMetricsTest-6423, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=7300, name=SOLR-TGRP-SolrIndexMetricsTest-6477, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=7345, name=SOLR-TGRP-SolrIndexMetricsTest-6510, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=7316, name=SOLR-TGRP-SolrIndexMetricsTest-6493, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=7305, name=SOLR-TGRP-SolrIndexMetricsTest-6482, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=7302, name=SOLR-TGRP-SolrIndexMetricsTest-6479, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=7259, name=SOLR-TGRP-SolrIndexMetricsTest-6437, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=7306, name=SOLR-TGRP-SolrIndexMetricsTest-6483, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=7351, name=SOLR-TGRP-SolrIndexMetricsTest-6517, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=7260, name=SOLR-TGRP-SolrIndexMetricsTest-6438, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=7327, name=SOLR-TGRP-SolrIndexMetricsTest-6499, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=7369, name=SOLR-TGRP-SolrIndexMetricsTest-6529, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=7279, name=SOLR-TGRP-SolrIndexMetricsTest-6457, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=7286, name=SOLR-TGRP-SolrIndexMetricsTest-6463, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=7249, name=SOLR-TGRP-SolrIndexMetricsTest-6427, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=7319, name=SOLR-TGRP-SolrIndexMetricsTest-6496, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=7283, name=SOLR-TGRP-SolrIndexMetricsTest-6460, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=7256, name=SOLR-TGRP-SolrIndexMetricsTest-6434, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=7275, name=SOLR-TGRP-SolrIndexMetricsTest-6453, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=7298, name=SOLR-TGRP-SolrIndexMetricsTest-6475, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=7253, name=SOLR-TGRP-SolrIndexMetricsTest-6431, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=7315, name=SOLR-TGRP-SolrIndexMetricsTest-6492, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=7287, name=SOLR-TGRP-SolrIndexMetricsTest-6464, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=7307, name=SOLR-TGRP-SolrIndexMetricsTest-6484, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=7250, name=SOLR-TGRP-SolrIndexMetricsTest-6428, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=7303, name=SOLR-TGRP-SolrIndexMetricsTest-6480, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=7282, name=SOLR-TGRP-SolrIndexMetricsTest-6459, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=7273, name=SOLR-TGRP-SolrIndexMetricsTest-6451, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  71) Thread[id=7308, name=SOLR-TGRP-SolrIndexMetricsTest-6485, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  72) Thread[id=7304, name=SOLR-TGRP-SolrIndexMetricsTest-6481, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  73) Thread[id=7257, name=SOLR-TGRP-SolrIndexMetricsTest-6435, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  74) Thread[id=7255, name=SOLR-TGRP-SolrIndexMetricsTest-6433, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Synchronous

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2192 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2192/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:42821_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33949_solr, 127.0.0.1:34001_solr, 127.0.0.1:42821_solr, 127.0.0.1:43879_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:42821_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33949_solr, 127.0.0.1:34001_solr, 127.0.0.1:42821_solr, 127.0.0.1:43879_solr]
	at __randomizedtesting.SeedInfo.seed([C5DA2DAD6134BB3E:B53AA917E57B1235]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700316558011662336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700316558011662336>
	at __randomizedtesting.SeedInfo.seed([C5DA2DAD6134BB3E:3D1CD498F22D23F6]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C5DA2DAD6134BB3E:85F55A1FFA43E83B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17867 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.45 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5DA2DAD6134BB3E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5DA2DAD6134BB3E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5DA2DAD6134BB3E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRun

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 23s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2191 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2191/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42187_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38351_solr, 127.0.0.1:41333_solr, 127.0.0.1:41357_solr, 127.0.0.1:42187_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42187_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38351_solr, 127.0.0.1:41333_solr, 127.0.0.1:41357_solr, 127.0.0.1:42187_solr]
	at __randomizedtesting.SeedInfo.seed([3D4A17D439DE4212:4DAA936EBD91EB19]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700313592432164864>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700313592432164864>
	at __randomizedtesting.SeedInfo.seed([3D4A17D439DE4212:C58CEEE1AAC7DADA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3D4A17D439DE4212:9D505C8F9DAE091E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3D4A17D439DE4212:7D656066A2A91117]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18044 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.611 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4A17D439DE4212 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4A17D439DE4212 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4A17D439DE4212 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4A17D439DE4212 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 f

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2190 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2190/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37831_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34721_solr, 127.0.0.1:37727_solr, 127.0.0.1:37831_solr, 127.0.0.1:40603_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37831_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34721_solr, 127.0.0.1:37727_solr, 127.0.0.1:37831_solr, 127.0.0.1:40603_solr]
	at __randomizedtesting.SeedInfo.seed([BB322AEDEFC1AF8D:CBD2AE576B8E0686]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700308294511362048>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700308294511362048>
	at __randomizedtesting.SeedInfo.seed([BB322AEDEFC1AF8D:43F4D3D87CD83745]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([BB322AEDEFC1AF8D:1B2861B64BB1E481]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([BB322AEDEFC1AF8D:FB1D5D5F74B6FC88]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17833 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.336 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB322AEDEFC1AF8D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB322AEDEFC1AF8D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB322AEDEFC1AF8D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB322AEDEFC1AF8D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 5s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2189 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2189/

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([837C30143EF6FD2D:23667B4F9A86B621]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testCreateErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: ConfigSet already exists got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: ConfigSet already exists got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([837C30143EF6FD2D:F82E097324E26155]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@f76e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@f76e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@15d244e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@15d244e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@6e8679ec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6e8679ec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@f76e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@f76e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@15d244e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@15d244e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@6e8679ec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6e8679ec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@f76e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@f76e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@15d244e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@15d244e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@6e8679ec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6e8679ec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@f76e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@f76e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@15d244e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@15d244e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@6e8679ec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6e8679ec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>
	at __randomizedtesting.SeedInfo.seed([837C30143EF6FD2D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 60 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=4201, name=SOLR-TGRP-TestConfigSetsAPI-3640, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4091, name=SOLR-TGRP-TestConfigSetsAPI-3574, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$229/0x0000000100506c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3903, name=SOLR-TGRP-TestConfigSetsAPI-3448, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4253, name=SOLR-TGRP-TestConfigSetsAPI-3674, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=3896, name=SOLR-TGRP-TestConfigSetsAPI-3441, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3943, name=SOLR-TGRP-TestConfigSetsAPI-3484, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4207, name=SOLR-TGRP-TestConfigSetsAPI-3646, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3945, name=SOLR-TGRP-TestConfigSetsAPI-3486, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$229/0x0000000100506c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4208, name=SOLR-TGRP-TestConfigSetsAPI-3647, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=3959, name=SOLR-TGRP-TestConfigSetsAPI-3498, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=3956, name=SOLR-TGRP-TestConfigSetsAPI-3495, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3877, name=SOLR-TGRP-TestConfigSetsAPI-3429, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=4299, name=SOLR-TGRP-TestConfigSetsAPI-3700, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3912, name=SOLR-TGRP-TestConfigSetsAPI-3457, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3874, name=SOLR-TGRP-TestConfigSetsAPI-3426, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3957, name=SOLR-TGRP-TestConfigSetsAPI-3496, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3975, name=SOLR-TGRP-TestConfigSetsAPI-3514, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4234, name=SOLR-TGRP-TestConfigSetsAPI-3657, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3967, name=SOLR-TGRP-TestConfigSetsAPI-3506, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4278, name=SOLR-TGRP-TestConfigSetsAPI-3683, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=3971, name=SOLR-TGRP-TestConfigSetsAPI-3510, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$229/0x0000000100506c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4206, name=SOLR-TGRP-TestConfigSetsAPI-3644, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=3916, name=SOLR-TGRP-TestConfigSetsAPI-3461, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$717/0x0000000100981c40.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3977, name=SOLR-TGRP-TestConfigSetsAPI-3516, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3908, name=SOLR-TGRP-TestConfigSetsAPI-3453, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3973, name=SOLR-TGRP-TestConfigSetsAPI-3513, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4350, name=SOLR-TGRP-TestConfigSetsAPI-3728, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=3872, name=SOLR-TGRP-TestConfigSetsAPI-3424, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3951, name=SOLR-TGRP-TestConfigSetsAPI-3491, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4200, name=SOLR-TGRP-TestConfigSetsAPI-3639, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4198, name=http2client-scheduler-1, state=WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  32) Thread[id=3963, name=SOLR-TGRP-TestConfigSetsAPI-3502, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4203, name=SOLR-TGRP-TestConfigSetsAPI-3642, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3871, name=SOLR-TGRP-TestConfigSetsAPI-3423, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3968, name=SOLR-TGRP-TestConfigSetsAPI-3507, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3897, name=SOLR-TGRP-TestConfigSetsAPI-3442, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4302, name=SOLR-TGRP-TestConfigSetsAPI-3703, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=3907, name=SOLR-TGRP-TestConfigSetsAPI-3452, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$229/0x0000000100506c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4301, name=SOLR-TGRP-TestConfigSetsAPI-3702, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3875, name=SOLR-TGRP-TestConfigSetsAPI-3427, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3915, name=SOLR-TGRP-TestConfigSetsAPI-3460, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3972, name=SOLR-TGRP-TestConfigSetsAPI-3511, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3878, name=SOLR-TGRP-TestConfigSetsAPI-3430, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=3952, name=SOLR-TGRP-TestConfigSetsAPI-3492, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=3870, name=SOLR-TGRP-TestConfigSetsAPI-3422, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4204, name=SOLR-TGRP-TestConfigSetsAPI-3643, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3976, name=SOLR-TGRP-TestConfigSetsAPI-3515, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3914, name=SOLR-TGRP-TestConfigSetsAPI-3459, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4202, name=SOLR-TGRP-TestConfigSetsAPI-3641, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3935, name=SOLR-TGRP-TestConfigSetsAPI-3480, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3954, name=SOLR-TGRP-TestConfigSetsAPI-3493, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4300, name=SOLR-TGRP-TestConfigSetsAPI-3701, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4308, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  54) Thread[id=4046, name=SOLR-TGRP-TestConfigSetsAPI-3549, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=3934, name=SOLR-TGRP-TestConfigSetsAPI-3479, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=3873, name=SOLR-TGRP-TestConfigSetsAPI-3425, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4209, name=SOLR-TGRP-TestConfigSetsAPI-3648, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3944, name=SOLR-TGRP-TestConfigSetsAPI-3485, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4205, name=SOLR-TGRP-TestConfigSetsAPI-3645, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQ

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 58s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2188 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2188/

3 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([20DEC8321734F22C:50BE7517CFAD5B00]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute(CollectionsAPISolrJTest.java:884)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700286391863214080>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700286391863214080>
	at __randomizedtesting.SeedInfo.seed([20DEC8321734F22C:D8183107842D6AE4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([20DEC8321734F22C:60F1BF808C43A129]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17064 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.155 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=20DEC8321734F22C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=20DEC8321734F22C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CollectionsAPISolrJTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CollectionsAPISolrJTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=20DEC8321734F22C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenable

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 12s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2187 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2187/

4 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_configset_delete
{failure={127.0.0.1:43083_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_configset_delete_s1_r_n1': Unable to create core [test_configset_delete_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_configset_delete
{failure={127.0.0.1:43083_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_configset_delete_s1_r_n1': Unable to create core [test_configset_delete_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([47FE32109202C0F6:87063DA8EECB145D]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse(ConfigSetsAPITest.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 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([47FE32109202C0F6:E7E4794B36728BFA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700275706040156160>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700275706040156160>
	at __randomizedtesting.SeedInfo.seed([47FE32109202C0F6:BF38CB25011B583E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([47FE32109202C0F6:7D145A2097593F3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17470 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.145 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47FE32109202C0F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47FE32109202C0F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47FE32109202C0F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47FE32109202C0F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack tra

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 35s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2186 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2186/

2 tests failed.
FAILED:  org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (404)  Error from server at http://127.0.0.1:44505/solr/collection1/update?wt=javabin&version=2: not found: 404, message:null

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (404)  Error from server at http://127.0.0.1:44505/solr/collection1/update?wt=javabin&version=2: not found: 404, message:null
	at __randomizedtesting.SeedInfo.seed([D4E3FC697183B218:121A37B7B2416F4D]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:881)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:178)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:139)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:157)
	at org.apache.solr.handler.component.DistributedDebugComponentTest.setUp(DistributedDebugComponentTest.java:96)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([D4E3FC697183B218:94CC8BDBEAF4E11D]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15314 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.508 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D4E3FC697183B218 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.component.DistributedDebugComponentTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.component.DistributedDebugComponentTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D4E3FC697183B218 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 10s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2185 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2185/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700261522764201984>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700261522764201984>
	at __randomizedtesting.SeedInfo.seed([DA916D7E5AA9AA37:2257944BC9B032FF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DA916D7E5AA9AA37:9ABE1ACCC1DEF932]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16752 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.707 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA916D7E5AA9AA37 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA916D7E5AA9AA37 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 38s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2184 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2184/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41693_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38097_solr, 127.0.0.1:38349_solr, 127.0.0.1:41693_solr, 127.0.0.1:42117_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41693_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38097_solr, 127.0.0.1:38349_solr, 127.0.0.1:41693_solr, 127.0.0.1:42117_solr]
	at __randomizedtesting.SeedInfo.seed([4B71E6281244422B:3B916292960BEB20]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([4B71E6281244422B:B5E919A8933112E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16026 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.173 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4B71E6281244422B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4B71E6281244422B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/ha

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 50s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2183 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2183/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C74C47AD1A4F0474:67560CF6BE3F4F78]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700243578519814144>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700243578519814144>
	at __randomizedtesting.SeedInfo.seed([C74C47AD1A4F0474:3F8ABE9889569CBC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C74C47AD1A4F0474:8763301F81385771]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16672 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.284 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C74C47AD1A4F0474 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C74C47AD1A4F0474 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C74C47AD1A4F0474 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surr

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 27s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2182 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2182/

5 tests failed.
FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@2f2d34b6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2f2d34b6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@1f06eb13
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@1f06eb13
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2e87b936
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e87b936
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.DirectUpdateHandler2@66353df7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@66353df7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@786185e3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@786185e3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@2f2d34b6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2f2d34b6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@1f06eb13
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@1f06eb13
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2e87b936
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e87b936
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.DirectUpdateHandler2@66353df7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@66353df7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@786185e3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@786185e3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@2f2d34b6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2f2d34b6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@1f06eb13
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@1f06eb13
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2e87b936
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e87b936
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.DirectUpdateHandler2@66353df7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@66353df7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@786185e3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@786185e3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.CommitTracker@2f2d34b6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2f2d34b6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@1f06eb13
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@1f06eb13
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2e87b936
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e87b936
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.DirectUpdateHandler2@66353df7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@66353df7
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.lucene.store.ByteBuffersDirectory@786185e3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@786185e3
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>
	at __randomizedtesting.SeedInfo.seed([F9CAFC6DD64862BD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 79 threads leaked from SUITE scope at org.apache.solr.core.TestCorePropertiesReload: 
   1) Thread[id=3904, name=SOLR-TGRP-TestCorePropertiesReload-3445, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=3968, name=SOLR-TGRP-TestCorePropertiesReload-3508, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3906, name=SOLR-TGRP-TestCorePropertiesReload-3447, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=3952, name=SOLR-TGRP-TestCorePropertiesReload-3492, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=3964, name=SOLR-TGRP-TestCorePropertiesReload-3504, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3928, name=SOLR-TGRP-TestCorePropertiesReload-3469, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3957, name=SOLR-TGRP-TestCorePropertiesReload-3497, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3959, name=SOLR-TGRP-TestCorePropertiesReload-3499, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3965, name=SOLR-TGRP-TestCorePropertiesReload-3505, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=3986, name=SOLR-TGRP-TestCorePropertiesReload-3525, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=3950, name=SOLR-TGRP-TestCorePropertiesReload-3490, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3975, name=SOLR-TGRP-TestCorePropertiesReload-3514, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3940, name=SOLR-TGRP-TestCorePropertiesReload-3480, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3955, name=SOLR-TGRP-TestCorePropertiesReload-3495, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3961, name=SOLR-TGRP-TestCorePropertiesReload-3501, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3922, name=SOLR-TGRP-TestCorePropertiesReload-3463, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3966, name=SOLR-TGRP-TestCorePropertiesReload-3506, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=3900, name=SOLR-TGRP-TestCorePropertiesReload-3441, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3898, name=SOLR-TGRP-TestCorePropertiesReload-3439, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=3943, name=SOLR-TGRP-TestCorePropertiesReload-3483, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=3912, name=SOLR-TGRP-TestCorePropertiesReload-3453, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=3905, name=SOLR-TGRP-TestCorePropertiesReload-3446, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=3931, name=SOLR-TGRP-TestCorePropertiesReload-3472, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3951, name=SOLR-TGRP-TestCorePropertiesReload-3491, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3938, name=SOLR-TGRP-TestCorePropertiesReload-3478, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3963, name=SOLR-TGRP-TestCorePropertiesReload-3503, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3972, name=SOLR-TGRP-TestCorePropertiesReload-3511, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=3910, name=SOLR-TGRP-TestCorePropertiesReload-3451, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3937, name=SOLR-TGRP-TestCorePropertiesReload-3477, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=3907, name=SOLR-TGRP-TestCorePropertiesReload-3448, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3977, name=SOLR-TGRP-TestCorePropertiesReload-3516, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=3985, name=SOLR-TGRP-TestCorePropertiesReload-3524, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3911, name=SOLR-TGRP-TestCorePropertiesReload-3452, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3927, name=SOLR-TGRP-TestCorePropertiesReload-3468, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3973, name=SOLR-TGRP-TestCorePropertiesReload-3512, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3978, name=SOLR-TGRP-TestCorePropertiesReload-3517, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=3935, name=SOLR-TGRP-TestCorePropertiesReload-3475, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=3974, name=SOLR-TGRP-TestCorePropertiesReload-3513, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=3980, name=SOLR-TGRP-TestCorePropertiesReload-3519, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3949, name=SOLR-TGRP-TestCorePropertiesReload-3489, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3960, name=SOLR-TGRP-TestCorePropertiesReload-3500, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3969, name=SOLR-TGRP-TestCorePropertiesReload-3509, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3942, name=SOLR-TGRP-TestCorePropertiesReload-3482, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=3953, name=SOLR-TGRP-TestCorePropertiesReload-3493, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=3981, name=SOLR-TGRP-TestCorePropertiesReload-3520, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3909, name=SOLR-TGRP-TestCorePropertiesReload-3450, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3908, name=SOLR-TGRP-TestCorePropertiesReload-3449, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3926, name=SOLR-TGRP-TestCorePropertiesReload-3467, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3923, name=SOLR-TGRP-TestCorePropertiesReload-3464, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3933, name=SOLR-TGRP-TestCorePropertiesReload-3473, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3976, name=SOLR-TGRP-TestCorePropertiesReload-3515, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3924, name=SOLR-TGRP-TestCorePropertiesReload-3465, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=3979, name=SOLR-TGRP-TestCorePropertiesReload-3518, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=3983, name=SOLR-TGRP-TestCorePropertiesReload-3522, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=3947, name=SOLR-TGRP-TestCorePropertiesReload-3487, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=3941, name=SOLR-TGRP-TestCorePropertiesReload-3481, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=3944, name=SOLR-TGRP-TestCorePropertiesReload-3484, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3925, name=SOLR-TGRP-TestCorePropertiesReload-3466, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=3934, name=SOLR-TGRP-TestCorePropertiesReload-3474, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3956, name=SOLR-TGRP-TestCorePropertiesReload-3496, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=3930, name=SOLR-TGRP-TestCorePropertiesReload-3471, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3921, name=SOLR-TGRP-TestCorePropertiesReload-3462, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3984, name=SOLR-TGRP-TestCorePropertiesReload-3523, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3982, name=SOLR-TGRP-TestCorePropertiesReload-3521, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=3948, name=SOLR-TGRP-TestCorePropertiesReload-3488, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=3929, name=SOLR-TGRP-TestCorePropertiesReload-3470, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=3962, name=SOLR-TGRP-TestCorePropertiesReload-3502, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=3967, name=SOLR-TGRP-TestCorePropertiesReload-3507, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=3899, name=SOLR-TGRP-TestCorePropertiesReload-3440, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(S

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 24s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2181 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2181/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37977_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34111_solr, 127.0.0.1:37977_solr, 127.0.0.1:39351_solr, 127.0.0.1:46773_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37977_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34111_solr, 127.0.0.1:37977_solr, 127.0.0.1:39351_solr, 127.0.0.1:46773_solr]
	at __randomizedtesting.SeedInfo.seed([CE0D01BB4BDDDB2F:BEED8501CF927224]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.index.UninvertDocValuesMergePolicyTest.testIndexAndAddDocValues

Error Message:
org.junit.ComparisonFailure: expected:<[21]> but was:<[85]>

Stack Trace:
org.junit.ComparisonFailure: expected:<[21]> but was:<[85]>
	at __randomizedtesting.SeedInfo.seed([CE0D01BB4BDDDB2F:9BEA8778023A9BDB]:0)
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.apache.solr.index.UninvertDocValuesMergePolicyTest.lambda$testIndexAndAddDocValues$2(UninvertDocValuesMergePolicyTest.java:147)
	at org.apache.solr.index.UninvertDocValuesMergePolicyTest.withNewRawReader(UninvertDocValuesMergePolicyTest.java:240)
	at org.apache.solr.index.UninvertDocValuesMergePolicyTest.testIndexAndAddDocValues(UninvertDocValuesMergePolicyTest.java:122)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700230814231429120>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700230814231429120>
	at __randomizedtesting.SeedInfo.seed([CE0D01BB4BDDDB2F:36CBF88ED8C443E7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CE0D01BB4BDDDB2F:8E227609D0AA882A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17719 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.027 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE0D01BB4BDDDB2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE0D01BB4BDDDB2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE0D01BB4BDDDB2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.index.UninvertDocValuesMergePolicyTest.testIndexAndAddDocValues (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.index.UninvertDocValuesMergePolicyTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.index.UninvertDocValuesMergePolicyTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE0D01BB4BDDDB2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=============================

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2180 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2180/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DBFD54C850007BC1:7BE71F93F47030CD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700225733169774592>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700225733169774592>
	at __randomizedtesting.SeedInfo.seed([DBFD54C850007BC1:233BADFDC319E309]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DBFD54C850007BC1:9BD2237ACB7728C4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16709 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.267 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DBFD54C850007BC1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DBFD54C850007BC1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DBFD54C850007BC1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and poss

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 35s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2179 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2179/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700220483057745920>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700220483057745920>
	at __randomizedtesting.SeedInfo.seed([F11C2BE7963A48A8:9DAD2D20523D060]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([F11C2BE7963A48A8:B1335C550D4D1BAD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16456 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.495 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11C2BE7963A48A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11C2BE7963A48A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Param

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 15s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2178 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2178/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42095_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35379_solr, 127.0.0.1:36613_solr, 127.0.0.1:41081_solr, 127.0.0.1:42095_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42095_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35379_solr, 127.0.0.1:36613_solr, 127.0.0.1:41081_solr, 127.0.0.1:42095_solr]
	at __randomizedtesting.SeedInfo.seed([B2226FE1D9B35CFC:C2C2EB5B5DFCF5F7]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700214154491592704>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700214154491592704>
	at __randomizedtesting.SeedInfo.seed([B2226FE1D9B35CFC:4AE496D44AAAC434]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B2226FE1D9B35CFC:F20D185342C40FF9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17535 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.752 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B2226FE1D9B35CFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B2226FE1D9B35CFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B2226FE1D9B35CFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/clie

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 19s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2177 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2177/

3 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: oldindextest
{failure={127.0.0.1:34219_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'oldindextest_s1_r_n1': Unable to create core [oldindextest_s1_r_n1] Caused by: null}, success={127.0.0.1:35411_solr={responseHeader={status=0, QTime=210}, core=oldindextest_s1_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: oldindextest
{failure={127.0.0.1:34219_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'oldindextest_s1_r_n1': Unable to create core [oldindextest_s1_r_n1] Caused by: null}, success={127.0.0.1:35411_solr={responseHeader={status=0, QTime=210}, core=oldindextest_s1_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([A1E2F91ED5DA3F31:29B6C6C47B2652C9]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700206294118432768>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700206294118432768>
	at __randomizedtesting.SeedInfo.seed([A1E2F91ED5DA3F31:5924002B46C3A7F9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A1E2F91ED5DA3F31:E1CD8EAC4EAD6C34]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16948 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.078 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A1E2F91ED5DA3F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A1E2F91ED5DA3F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A1E2F91ED5DA3F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/je

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 10s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2176 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2176/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38485_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37423_solr, 127.0.0.1:38485_solr, 127.0.0.1:41115_solr, 127.0.0.1:41833_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38485_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37423_solr, 127.0.0.1:38485_solr, 127.0.0.1:41115_solr, 127.0.0.1:41833_solr]
	at __randomizedtesting.SeedInfo.seed([B16D084D62218337:C18D8CF7E66E2A3C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B16D084D62218337:11774316C651C83B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700199756382339072>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700199756382339072>
	at __randomizedtesting.SeedInfo.seed([B16D084D62218337:49ABF178F1381BFF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B16D084D62218337:F1427FFFF956D032]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18101 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.535 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B16D084D62218337 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B16D084D62218337 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B16D084D62218337 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B16D084D62218337 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 45s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2175 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2175/

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([73FDD11BEB9A3D78:D3E79A404FEA7674]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.DirectUpdateHandler2@7e29e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@7e29e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@20dbfbcd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20dbfbcd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@663404c1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@663404c1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@ef3b07e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@ef3b07e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2c577a04
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2c577a04
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.DirectUpdateHandler2@7e29e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@7e29e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@20dbfbcd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20dbfbcd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@663404c1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@663404c1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@ef3b07e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@ef3b07e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2c577a04
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2c577a04
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.DirectUpdateHandler2@7e29e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@7e29e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@20dbfbcd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20dbfbcd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@663404c1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@663404c1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@ef3b07e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@ef3b07e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2c577a04
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2c577a04
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.solr.update.DirectUpdateHandler2@7e29e2b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@7e29e2b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@20dbfbcd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20dbfbcd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@663404c1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@663404c1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.CommitTracker@ef3b07e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@ef3b07e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@2c577a04
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2c577a04
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

>
	at __randomizedtesting.SeedInfo.seed([73FDD11BEB9A3D78]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 79 threads leaked from SUITE scope at org.apache.solr.core.TestCorePropertiesReload: 
   1) Thread[id=11106, name=SOLR-TGRP-TestCorePropertiesReload-9762, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=11138, name=SOLR-TGRP-TestCorePropertiesReload-9794, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=11092, name=SOLR-TGRP-TestCorePropertiesReload-9749, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=11097, name=SOLR-TGRP-TestCorePropertiesReload-9754, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=11061, name=SOLR-TGRP-TestCorePropertiesReload-9718, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=11091, name=SOLR-TGRP-TestCorePropertiesReload-9748, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=11129, name=SOLR-TGRP-TestCorePropertiesReload-9785, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=11069, name=SOLR-TGRP-TestCorePropertiesReload-9726, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=11101, name=SOLR-TGRP-TestCorePropertiesReload-9757, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=11103, name=SOLR-TGRP-TestCorePropertiesReload-9759, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=11139, name=SOLR-TGRP-TestCorePropertiesReload-9795, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=11119, name=SOLR-TGRP-TestCorePropertiesReload-9775, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=11071, name=SOLR-TGRP-TestCorePropertiesReload-9728, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=11124, name=SOLR-TGRP-TestCorePropertiesReload-9780, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=11073, name=SOLR-TGRP-TestCorePropertiesReload-9730, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=11062, name=SOLR-TGRP-TestCorePropertiesReload-9719, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=11115, name=SOLR-TGRP-TestCorePropertiesReload-9771, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=11135, name=SOLR-TGRP-TestCorePropertiesReload-9791, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=11121, name=SOLR-TGRP-TestCorePropertiesReload-9777, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=11144, name=SOLR-TGRP-TestCorePropertiesReload-9800, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=11085, name=SOLR-TGRP-TestCorePropertiesReload-9742, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=11093, name=SOLR-TGRP-TestCorePropertiesReload-9750, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=11095, name=SOLR-TGRP-TestCorePropertiesReload-9752, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=11108, name=SOLR-TGRP-TestCorePropertiesReload-9764, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=11132, name=SOLR-TGRP-TestCorePropertiesReload-9788, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=11065, name=SOLR-TGRP-TestCorePropertiesReload-9722, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=11076, name=SOLR-TGRP-TestCorePropertiesReload-9733, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=11126, name=SOLR-TGRP-TestCorePropertiesReload-9782, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=11113, name=SOLR-TGRP-TestCorePropertiesReload-9769, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=11116, name=SOLR-TGRP-TestCorePropertiesReload-9772, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=11120, name=SOLR-TGRP-TestCorePropertiesReload-9776, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=11068, name=SOLR-TGRP-TestCorePropertiesReload-9725, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=11089, name=SOLR-TGRP-TestCorePropertiesReload-9746, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=11063, name=SOLR-TGRP-TestCorePropertiesReload-9720, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=11102, name=SOLR-TGRP-TestCorePropertiesReload-9758, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=11117, name=SOLR-TGRP-TestCorePropertiesReload-9773, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=11107, name=SOLR-TGRP-TestCorePropertiesReload-9763, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=11127, name=SOLR-TGRP-TestCorePropertiesReload-9783, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=11090, name=SOLR-TGRP-TestCorePropertiesReload-9747, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=11104, name=SOLR-TGRP-TestCorePropertiesReload-9760, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=11074, name=SOLR-TGRP-TestCorePropertiesReload-9731, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=11125, name=SOLR-TGRP-TestCorePropertiesReload-9781, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=11142, name=SOLR-TGRP-TestCorePropertiesReload-9798, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=11130, name=SOLR-TGRP-TestCorePropertiesReload-9786, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=11146, name=SOLR-TGRP-TestCorePropertiesReload-9801, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=11149, name=SOLR-TGRP-TestCorePropertiesReload-9803, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=11131, name=SOLR-TGRP-TestCorePropertiesReload-9787, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=11072, name=SOLR-TGRP-TestCorePropertiesReload-9729, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=11105, name=SOLR-TGRP-TestCorePropertiesReload-9761, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=11122, name=SOLR-TGRP-TestCorePropertiesReload-9778, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=11110, name=SOLR-TGRP-TestCorePropertiesReload-9766, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=11066, name=SOLR-TGRP-TestCorePropertiesReload-9723, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=11134, name=SOLR-TGRP-TestCorePropertiesReload-9790, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=11098, name=SOLR-TGRP-TestCorePropertiesReload-9755, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=11140, name=SOLR-TGRP-TestCorePropertiesReload-9796, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=11094, name=SOLR-TGRP-TestCorePropertiesReload-9751, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=11096, name=SOLR-TGRP-TestCorePropertiesReload-9753, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=11111, name=SOLR-TGRP-TestCorePropertiesReload-9767, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=11143, name=SOLR-TGRP-TestCorePropertiesReload-9799, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=11086, name=SOLR-TGRP-TestCorePropertiesReload-9743, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=11112, name=SOLR-TGRP-TestCorePropertiesReload-9768, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=11148, name=SOLR-TGRP-TestCorePropertiesReload-9804, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=11114, name=SOLR-TGRP-TestCorePropertiesReload-9770, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=11147, name=SOLR-TGRP-TestCorePropertiesReload-9802, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=11088, name=SOLR-TGRP-TestCorePropertiesReload-9745, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 45s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2174 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2174/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700178151160676352>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700178151160676352>
	at __randomizedtesting.SeedInfo.seed([2CF98CEFD6F01DD1:D43F75DA45E98519]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2CF98CEFD6F01DD1:6CD6FB5D4D874ED4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16352 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.477 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2CF98CEFD6F01DD1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2CF98CEFD6F01DD1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Para

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2173 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2173/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([9874A5A24C9FA303:386EEEF9E8EFE80F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9874A5A24C9FA303:D85BD210D7E8F006]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15324 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 31.203 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9874A5A24C9FA303 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9874A5A24C9FA303 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/So

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 27m 35s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2172 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2172/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41193_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38491_solr, 127.0.0.1:41193_solr, 127.0.0.1:41609_solr, 127.0.0.1:45731_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41193_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38491_solr, 127.0.0.1:41193_solr, 127.0.0.1:41609_solr, 127.0.0.1:45731_solr]
	at __randomizedtesting.SeedInfo.seed([B7F4B5CDB262334B:C7143177362D9A40]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700162519119691776>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700162519119691776>
	at __randomizedtesting.SeedInfo.seed([B7F4B5CDB262334B:4F324CF8217BAB83]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B7F4B5CDB262334B:F7DBC27F2915604E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17768 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.152 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B7F4B5CDB262334B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B7F4B5CDB262334B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B7F4B5CDB262334B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/clie

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 18s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2171 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2171/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700152883996000256>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700152883996000256>
	at __randomizedtesting.SeedInfo.seed([24F2B968B586B793:DC34405D269F2F5B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([24F2B968B586B793:64DDCEDA2EF1E496]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16414 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.133 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=24F2B968B586B793 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=24F2B968B586B793 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 12s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2170 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2170/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700145517625868288>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700145517625868288>
	at __randomizedtesting.SeedInfo.seed([29F49608C4E00536:D1326F3D57F99DFE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([29F49608C4E00536:69DBE1BA5F975633]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16463 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.447 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=29F49608C4E00536 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=29F49608C4E00536 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 2s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2169 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2169/

4 tests failed.
FAILED:  org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: spatialdata
{failure={127.0.0.1:34387_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'spatialdata_s1_r_n1': Unable to create core [spatialdata_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: spatialdata
{failure={127.0.0.1:34387_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'spatialdata_s1_r_n1': Unable to create core [spatialdata_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([51E63F030CEA19C9]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest.setupCluster(JsonRequestApiHeatmapFacetingTest.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 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700139072706576384>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700139072706576384>
	at __randomizedtesting.SeedInfo.seed([51E63F030CEA19C9:A920C6369FF38101]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([51E63F030CEA19C9:11C948B1979D4ACC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43109_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35527_solr, 127.0.0.1:43109_solr, 127.0.0.1:43397_solr, 127.0.0.1:45713_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43109_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35527_solr, 127.0.0.1:43109_solr, 127.0.0.1:43397_solr, 127.0.0.1:45713_solr]
	at __randomizedtesting.SeedInfo.seed([51E63F030CEA19C9:2106BBB988A5B0C2]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18379 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.866 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51E63F030CEA19C9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51E63F030CEA19C9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51E63F030CEA19C9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51E63F030CEA19C9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------


[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2168 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2168/

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([A02F35048ECEDBE7:357E5F2ABE90EB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 7 object(s) that were not released!!! [String, String, String, String, String, String, String]
org.apache.solr.update.CommitTracker@435b76fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@435b76fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@785a268b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@785a268b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@636f7016
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@636f7016
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:568)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1060)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@776581cc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@776581cc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.search.SolrIndexSearcher@29a0f2aa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@29a0f2aa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2495)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2666)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1316)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1093)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)

 expected null, but was:<ObjectTracker found 7 object(s) that were not released!!! [String, String, String, String, String, String, String]
org.apache.solr.update.CommitTracker@435b76fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@435b76fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@785a268b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@785a268b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@636f7016
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@636f7016
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:568)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1060)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@776581cc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@776581cc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.search.SolrIndexSearcher@29a0f2aa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@29a0f2aa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2495)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2666)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1316)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1093)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 7 object(s) that were not released!!! [String, String, String, String, String, String, String]
org.apache.solr.update.CommitTracker@435b76fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@435b76fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@785a268b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@785a268b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@636f7016
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@636f7016
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:568)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1060)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@776581cc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@776581cc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.search.SolrIndexSearcher@29a0f2aa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@29a0f2aa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2495)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2666)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1316)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1093)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)

 expected null, but was:<ObjectTracker found 7 object(s) that were not released!!! [String, String, String, String, String, String, String]
org.apache.solr.update.CommitTracker@435b76fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@435b76fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@5bb6edd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.solr.update.CommitTracker@785a268b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@785a268b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@7c4dc998
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.lucene.store.ByteBuffersDirectory@636f7016
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@636f7016
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:568)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1060)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.DirectUpdateHandler2@776581cc
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@776581cc
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.search.SolrIndexSearcher@29a0f2aa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@29a0f2aa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
at o.a.s.core.SolrCore.openNewSearcher(SolrCore.java:2495)
at o.a.s.core.SolrCore.getSearcher(SolrCore.java:2666)
at o.a.s.core.SolrCore.initSearcher(SolrCore.java:1316)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1093)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)

>
	at __randomizedtesting.SeedInfo.seed([A02F35048ECEDBE7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 85 threads leaked from SUITE scope at org.apache.solr.core.TestCorePropertiesReload: 
   1) Thread[id=3989, name=SOLR-TGRP-TestCorePropertiesReload-3544, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4003, name=SOLR-TGRP-TestCorePropertiesReload-3557, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4025, name=SOLR-TGRP-TestCorePropertiesReload-3579, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4010, name=SOLR-TGRP-TestCorePropertiesReload-3564, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4016, name=SOLR-TGRP-TestCorePropertiesReload-3570, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3996, name=SOLR-TGRP-TestCorePropertiesReload-3550, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4013, name=SOLR-TGRP-TestCorePropertiesReload-3567, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4033, name=SOLR-TGRP-TestCorePropertiesReload-3587, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4040, name=SOLR-TGRP-TestCorePropertiesReload-3594, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4055, name=SOLR-TGRP-TestCorePropertiesReload-3608, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4018, name=SOLR-TGRP-TestCorePropertiesReload-3572, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4038, name=SOLR-TGRP-TestCorePropertiesReload-3592, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3965, name=SOLR-TGRP-TestCorePropertiesReload-3520, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=4021, name=SOLR-TGRP-TestCorePropertiesReload-3575, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3988, name=SOLR-TGRP-TestCorePropertiesReload-3543, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3966, name=SOLR-TGRP-TestCorePropertiesReload-3521, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3998, name=SOLR-TGRP-TestCorePropertiesReload-3552, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4002, name=SOLR-TGRP-TestCorePropertiesReload-3556, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3967, name=SOLR-TGRP-TestCorePropertiesReload-3522, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4015, name=SOLR-TGRP-TestCorePropertiesReload-3569, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=4019, name=SOLR-TGRP-TestCorePropertiesReload-3573, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4044, name=SOLR-TGRP-TestCorePropertiesReload-3598, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4046, name=SOLR-TGRP-TestCorePropertiesReload-3600, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3987, name=SOLR-TGRP-TestCorePropertiesReload-3542, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3994, name=SOLR-TGRP-TestCorePropertiesReload-3548, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=4001, name=SOLR-TGRP-TestCorePropertiesReload-3555, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4056, name=SOLR-TGRP-TestCorePropertiesReload-3609, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=3969, name=SOLR-TGRP-TestCorePropertiesReload-3524, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3973, name=SOLR-TGRP-TestCorePropertiesReload-3528, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4057, name=SOLR-TGRP-TestCorePropertiesReload-3610, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4034, name=SOLR-TGRP-TestCorePropertiesReload-3588, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4030, name=SOLR-TGRP-TestCorePropertiesReload-3584, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3993, name=SOLR-TGRP-TestCorePropertiesReload-3547, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4045, name=SOLR-TGRP-TestCorePropertiesReload-3599, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4008, name=SOLR-TGRP-TestCorePropertiesReload-3562, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=4022, name=SOLR-TGRP-TestCorePropertiesReload-3576, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4047, name=SOLR-TGRP-TestCorePropertiesReload-3601, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4039, name=SOLR-TGRP-TestCorePropertiesReload-3593, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4007, name=SOLR-TGRP-TestCorePropertiesReload-3561, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3972, name=SOLR-TGRP-TestCorePropertiesReload-3527, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3974, name=SOLR-TGRP-TestCorePropertiesReload-3529, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4054, name=SOLR-TGRP-TestCorePropertiesReload-3607, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4050, name=SOLR-TGRP-TestCorePropertiesReload-3604, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4031, name=SOLR-TGRP-TestCorePropertiesReload-3585, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4026, name=SOLR-TGRP-TestCorePropertiesReload-3580, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3995, name=SOLR-TGRP-TestCorePropertiesReload-3549, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=4009, name=SOLR-TGRP-TestCorePropertiesReload-3563, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4029, name=SOLR-TGRP-TestCorePropertiesReload-3583, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3986, name=SOLR-TGRP-TestCorePropertiesReload-3541, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3963, name=SOLR-TGRP-TestCorePropertiesReload-3518, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3968, name=SOLR-TGRP-TestCorePropertiesReload-3523, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3975, name=SOLR-TGRP-TestCorePropertiesReload-3530, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4005, name=SOLR-TGRP-TestCorePropertiesReload-3559, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4024, name=SOLR-TGRP-TestCorePropertiesReload-3578, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4020, name=SOLR-TGRP-TestCorePropertiesReload-3574, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4041, name=SOLR-TGRP-TestCorePropertiesReload-3595, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4048, name=SOLR-TGRP-TestCorePropertiesReload-3602, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3971, name=SOLR-TGRP-TestCorePropertiesReload-3526, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=3970, name=SOLR-TGRP-TestCorePropertiesReload-3525, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=4053, name=SOLR-TGRP-TestCorePropertiesReload-3606, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2167 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2167/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700105320104198144>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700105320104198144>
	at __randomizedtesting.SeedInfo.seed([E759916DA4B418E9:1F9F685837AD8021]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([E759916DA4B418E9:A776E6DF3FC34BEC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16357 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.127 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E759916DA4B418E9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E759916DA4B418E9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2166 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2166/

2 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([62B3A48A32F8D0C6:EAE79B509C04BD3E]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([62B3A48A32F8D0C6:229CD338A98F83C3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15681 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.231 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=62B3A48A32F8D0C6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=62B3A48A32F8D0C6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/c

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 20s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2165 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2165/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([EE53C698F2CB8C15:4E498DC356BBC719]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700089698375958528>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700089698375958528>
	at __randomizedtesting.SeedInfo.seed([EE53C698F2CB8C15:16953FAD61D214DD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EE53C698F2CB8C15:AE7CB12A69BCDF10]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16797 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.079 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EE53C698F2CB8C15 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EE53C698F2CB8C15 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EE53C698F2CB8C15 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/worksp

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2164 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2164/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700082853679726592>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700082853679726592>
	at __randomizedtesting.SeedInfo.seed([2288D69DA863D00:FAEE745C499FA5C8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2288D69DA863D00:4207FADB41F16E05]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16648 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 31.09 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2288D69DA863D00 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2288D69DA863D00 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 19s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2163 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2163/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:32849_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32849_solr, 127.0.0.1:33827_solr, 127.0.0.1:35595_solr, 127.0.0.1:40629_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:32849_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32849_solr, 127.0.0.1:33827_solr, 127.0.0.1:35595_solr, 127.0.0.1:40629_solr]
	at __randomizedtesting.SeedInfo.seed([E5AA28C1E4945DBB:954AAC7B60DBF4B0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([E5AA28C1E4945DBB:45B0639A40E416B7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700076405790867456>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700076405790867456>
	at __randomizedtesting.SeedInfo.seed([E5AA28C1E4945DBB:1D6CD1F4778DC573]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([E5AA28C1E4945DBB:A5855F737FE30EBE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18048 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.113 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5AA28C1E4945DBB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5AA28C1E4945DBB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5AA28C1E4945DBB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5AA28C1E4945DBB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 42s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2162 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2162/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700067580853616640>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700067580853616640>
	at __randomizedtesting.SeedInfo.seed([2A3954088E8F5A21:D2FFAD3D1D96C2E9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2A3954088E8F5A21:6A1623BA15F80924]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16671 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.662 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A3954088E8F5A21 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A3954088E8F5A21 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2161 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2161/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([5B42AA193D7A6C99:FB58E142990A2795]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5B42AA193D7A6C99:1B6DDDABA60D3F9C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15261 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.526 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B42AA193D7A6C99 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B42AA193D7A6C99 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  c

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2160 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2160/

5 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_configset_delete
{failure={127.0.0.1:33837_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_configset_delete_s1_r_n1': Unable to create core [test_configset_delete_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_configset_delete
{failure={127.0.0.1:33837_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_configset_delete_s1_r_n1': Unable to create core [test_configset_delete_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([7B2AAB5356613B46:BBD2A4EB2AA8EFED]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse(ConfigSetsAPITest.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 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([7B2AAB5356613B46:DB30E008F211704A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700052240961634304>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700052240961634304>
	at __randomizedtesting.SeedInfo.seed([7B2AAB5356613B46:83EC5266C578A38E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7B2AAB5356613B46:3B05DCE1CD166843]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37695_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37439_solr, 127.0.0.1:37695_solr, 127.0.0.1:37955_solr, 127.0.0.1:39577_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:37695_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37439_solr, 127.0.0.1:37695_solr, 127.0.0.1:37955_solr, 127.0.0.1:39577_solr]
	at __randomizedtesting.SeedInfo.seed([7B2AAB5356613B46:BCA2FE9D22E924D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18615 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.952 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B2AAB5356613B46 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B2AAB5356613B46 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B2AAB5356613B46 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B2AAB5356613B46 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B2AAB5356613B46 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug o

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2159 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2159/

6 tests failed.
FAILED:  org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: At least one of the node(s) specified [127.0.0.1:41183_solr] are not currently active in [], no action taken.

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: At least one of the node(s) specified [127.0.0.1:41183_solr] are not currently active in [], no action taken.
	at __randomizedtesting.SeedInfo.seed([6D5994E558973168:3EFE8713A5BBDF6A]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded(TestPrepRecovery.java:73)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@77ee8212
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@77ee8212
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1bf16122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1bf16122
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@77ee8212
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@77ee8212
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1bf16122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1bf16122
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@77ee8212
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@77ee8212
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1bf16122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1bf16122
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@77ee8212
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@77ee8212
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1bf16122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1bf16122
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>
	at __randomizedtesting.SeedInfo.seed([6D5994E558973168]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCorePropertiesReload.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 73 threads leaked from SUITE scope at org.apache.solr.core.TestCorePropertiesReload: 
   1) Thread[id=3932, name=SOLR-TGRP-TestCorePropertiesReload-3505, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=3963, name=SOLR-TGRP-TestCorePropertiesReload-3535, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3949, name=SOLR-TGRP-TestCorePropertiesReload-3521, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=3920, name=SOLR-TGRP-TestCorePropertiesReload-3494, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=3927, name=SOLR-TGRP-TestCorePropertiesReload-3500, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3966, name=SOLR-TGRP-TestCorePropertiesReload-3538, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3887, name=SOLR-TGRP-TestCorePropertiesReload-3461, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3945, name=SOLR-TGRP-TestCorePropertiesReload-3518, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3936, name=SOLR-TGRP-TestCorePropertiesReload-3509, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=3950, name=SOLR-TGRP-TestCorePropertiesReload-3522, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=3894, name=SOLR-TGRP-TestCorePropertiesReload-3468, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3922, name=SOLR-TGRP-TestCorePropertiesReload-3496, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3926, name=SOLR-TGRP-TestCorePropertiesReload-3499, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3961, name=SOLR-TGRP-TestCorePropertiesReload-3533, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3943, name=SOLR-TGRP-TestCorePropertiesReload-3516, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3944, name=SOLR-TGRP-TestCorePropertiesReload-3517, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3947, name=SOLR-TGRP-TestCorePropertiesReload-3520, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=3930, name=SOLR-TGRP-TestCorePropertiesReload-3503, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3899, name=SOLR-TGRP-TestCorePropertiesReload-3473, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=3953, name=SOLR-TGRP-TestCorePropertiesReload-3525, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=3917, name=SOLR-TGRP-TestCorePropertiesReload-3491, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=3933, name=SOLR-TGRP-TestCorePropertiesReload-3506, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=3964, name=SOLR-TGRP-TestCorePropertiesReload-3536, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3896, name=SOLR-TGRP-TestCorePropertiesReload-3470, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3931, name=SOLR-TGRP-TestCorePropertiesReload-3504, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3954, name=SOLR-TGRP-TestCorePropertiesReload-3526, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3955, name=SOLR-TGRP-TestCorePropertiesReload-3527, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=3889, name=SOLR-TGRP-TestCorePropertiesReload-3463, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3914, name=SOLR-TGRP-TestCorePropertiesReload-3488, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=3895, name=SOLR-TGRP-TestCorePropertiesReload-3469, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3921, name=SOLR-TGRP-TestCorePropertiesReload-3495, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=3951, name=SOLR-TGRP-TestCorePropertiesReload-3523, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3956, name=SOLR-TGRP-TestCorePropertiesReload-3528, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3910, name=SOLR-TGRP-TestCorePropertiesReload-3484, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3913, name=SOLR-TGRP-TestCorePropertiesReload-3487, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3928, name=SOLR-TGRP-TestCorePropertiesReload-3501, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=3934, name=SOLR-TGRP-TestCorePropertiesReload-3507, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=3924, name=SOLR-TGRP-TestCorePropertiesReload-3497, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=3937, name=SOLR-TGRP-TestCorePropertiesReload-3510, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3900, name=SOLR-TGRP-TestCorePropertiesReload-3474, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3912, name=SOLR-TGRP-TestCorePropertiesReload-3486, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3939, name=SOLR-TGRP-TestCorePropertiesReload-3512, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3925, name=SOLR-TGRP-TestCorePropertiesReload-3498, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=3958, name=SOLR-TGRP-TestCorePropertiesReload-3530, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=3897, name=SOLR-TGRP-TestCorePropertiesReload-3471, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3918, name=SOLR-TGRP-TestCorePropertiesReload-3492, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3919, name=SOLR-TGRP-TestCorePropertiesReload-3493, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3891, name=SOLR-TGRP-TestCorePropertiesReload-3465, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3916, name=SOLR-TGRP-TestCorePropertiesReload-3490, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3915, name=SOLR-TGRP-TestCorePropertiesReload-3489, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3959, name=SOLR-TGRP-TestCorePropertiesReload-3531, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3901, name=SOLR-TGRP-TestCorePropertiesReload-3475, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=3968, name=SOLR-TGRP-TestCorePropertiesReload-3540, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=3960, name=SOLR-TGRP-TestCorePropertiesReload-3532, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=3942, name=SOLR-TGRP-TestCorePropertiesReload-3515, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=3962, name=SOLR-TGRP-TestCorePropertiesReload-3534, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=3952, name=SOLR-TGRP-TestCorePropertiesReload-3524, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3965, name=SOLR-TGRP-TestCorePropertiesReload-3537, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=3888, name=SOLR-TGRP-TestCorePropertiesReload-3462, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3911, name=SOLR-TGRP-TestCorePropertiesReload-3485, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=3967, name=SOLR-TGRP-TestCorePropertiesReload-3539, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3892, name=SOLR-TGRP-TestCorePropertiesReload-3466, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3957, name=SOLR-TGRP-TestCorePropertiesReload-3529, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3935, name=SOLR-TGRP-TestCorePropertiesReload-3508, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=3941, name=SOLR-TGRP-TestCorePropertiesReload-3514, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=3969, name=SOLR-TGRP-TestCorePropertiesReload-3541, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=3893, name=SOLR-TGRP-TestCorePropertiesReload-3467, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=3898, name=SOLR-TGRP-TestCorePropertiesReload-3472, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=3929, name=SOLR-TGRP-TestCorePropertiesReload-3502, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=3890, name=SOLR-TGRP-TestCorePropertiesReload-3464, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  71) Thread[id=3946, name=SOLR-TGRP-TestCorePropertiesReload-3519, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  72) Thread[id=3938, name=SOLR-TGRP-TestCorePropertiesReload-3511, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  73) Thread[id=3940, name=SOLR-TGRP-TestCoreProperti

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 10s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2158 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2158/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8A83AEF70FF62CB0:CAACD94594817FB5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14926 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.081 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8A83AEF70FF62CB0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLog

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2157 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2157/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38605_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38605_solr, 127.0.0.1:41975_solr, 127.0.0.1:43283_solr, 127.0.0.1:46135_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38605_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38605_solr, 127.0.0.1:41975_solr, 127.0.0.1:43283_solr, 127.0.0.1:46135_solr]
	at __randomizedtesting.SeedInfo.seed([3A9B78E3D1A0C049:4A7BFC5955EF6942]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3A9B78E3D1A0C049:9A8133B875D08B45]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700037093167726592>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700037093167726592>
	at __randomizedtesting.SeedInfo.seed([3A9B78E3D1A0C049:C25D81D642B95881]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3A9B78E3D1A0C049:7AB40F514AD7934C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18244 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.85 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A9B78E3D1A0C049 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A9B78E3D1A0C049 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A9B78E3D1A0C049 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A9B78E3D1A0C049 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 41s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2156 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2156/

4 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.testRetry

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testRetry
{failure={127.0.0.1:39193_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testRetry_s1_r_n1': Unable to create core [testRetry_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testRetry
{failure={127.0.0.1:39193_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testRetry_s1_r_n1': Unable to create core [testRetry_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([EC11306395121172:E581699D475B75F8]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.testRetry(CloudSolrClientRetryTest.java:58)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([EC11306395121172:4C0B7B3831625A7E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700030813354065920>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700030813354065920>
	at __randomizedtesting.SeedInfo.seed([EC11306395121172:14D7C956060B89BA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EC11306395121172:AC3E47D10E654277]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17720 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.623 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC11306395121172 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.testRetry (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC11306395121172 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC11306395121172 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC11306395121172 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 31m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2155 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2155/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([230F4AF4F55094EC:831501AF5120DFE0]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700024459682906112>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700024459682906112>
	at __randomizedtesting.SeedInfo.seed([230F4AF4F55094EC:DBC9B3C166490C24]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([230F4AF4F55094EC:63203D466E27C7E9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16847 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.415 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=230F4AF4F55094EC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=230F4AF4F55094EC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=230F4AF4F55094EC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 1s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2154 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2154/

3 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([6473B07D9D9B2132:EC278FA733674CCA]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39953_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34073_solr, 127.0.0.1:34161_solr, 127.0.0.1:39953_solr, 127.0.0.1:42897_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39953_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34073_solr, 127.0.0.1:34161_solr, 127.0.0.1:39953_solr, 127.0.0.1:42897_solr]
	at __randomizedtesting.SeedInfo.seed([6473B07D9D9B2132:149334C719D48839]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([6473B07D9D9B2132:245CC7CF06EC7237]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16498 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.662 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6473B07D9D9B2132 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6473B07D9D9B2132 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6473B07D9D9B2132 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/So

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 59s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2153 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2153/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9F7C720690CB257B:DF5305B40BBC767E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14876 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.186 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9F7C720690CB257B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1695, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1703, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:146, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 21s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2152 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2152/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699997892153966592>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699997892153966592>
	at __randomizedtesting.SeedInfo.seed([5C01693E179C49B3:A4C7900B8485D17B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5C01693E179C49B3:1C2E1E8C8CEB1AB6]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16369 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.623 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C01693E179C49B3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C01693E179C49B3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 36s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2151 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2151/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([1D927D032EDF8791:5DBD0AB1B5A8D494]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14917 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.377 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1D927D032EDF8791 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1695, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1703, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:146, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 26s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2150 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2150/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699984583830798336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699984583830798336>
	at __randomizedtesting.SeedInfo.seed([5D34FEC3902E4A9D:A5F207F60337D255]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5D34FEC3902E4A9D:1D1B89710B591998]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16567 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.086 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5D34FEC3902E4A9D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5D34FEC3902E4A9D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 56s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2149 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2149/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([37763CA54CFB2A19:976C77FEE88B6115]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699973441844674560>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699973441844674560>
	at __randomizedtesting.SeedInfo.seed([37763CA54CFB2A19:CFB0C590DFE2B2D1]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([37763CA54CFB2A19:77594B17D78C791C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16887 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 34.842 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=37763CA54CFB2A19 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=37763CA54CFB2A19 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=37763CA54CFB2A19 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 12s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2148 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2148/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([A43003F4A4F36AB:AA594B64EE3F7DA7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699968065572175872>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699968065572175872>
	at __randomizedtesting.SeedInfo.seed([A43003F4A4F36AB:F285F90AD956AE63]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A43003F4A4F36AB:4A6C778DD13865AE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17058 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 36.451 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A43003F4A4F36AB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A43003F4A4F36AB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A43003F4A4F36AB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and poss

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 17s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2147 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2147/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39867_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38777_solr, 127.0.0.1:39539_solr, 127.0.0.1:39867_solr, 127.0.0.1:46541_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39867_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38777_solr, 127.0.0.1:39539_solr, 127.0.0.1:39867_solr, 127.0.0.1:46541_solr]
	at __randomizedtesting.SeedInfo.seed([273AC672167787C:729328DDA528D177]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([273AC672167787C:425CDBD5BA102B79]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15922 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.324 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=273AC672167787C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=273AC672167787C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-s

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 58s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2146 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2146/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699958215612039168>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699958215612039168>
	at __randomizedtesting.SeedInfo.seed([11469D7A44D80B5A:E980644FD7C19392]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([11469D7A44D80B5A:5169EAC8DFAF585F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16751 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.986 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=11469D7A44D80B5A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=11469D7A44D80B5A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 50s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2145 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2145/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699954836407058432>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699954836407058432>
	at __randomizedtesting.SeedInfo.seed([5E070EA933866A65:A6C1F79CA09FF2AD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5E070EA933866A65:1E28791BA8F13960]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16359 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 33.185 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5E070EA933866A65 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5E070EA933866A65 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Para

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 46s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2144 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2144/

4 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([27C7D7B4066AE131:AF93E86EA8968CC9]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699950473489940480>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699950473489940480>
	at __randomizedtesting.SeedInfo.seed([27C7D7B4066AE131:DF012E81957379F9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([27C7D7B4066AE131:87DD9CEFA21AAA3D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([27C7D7B4066AE131:67E8A0069D1DB234]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17696 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.578 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=27C7D7B4066AE131 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=27C7D7B4066AE131 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=27C7D7B4066AE131 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=27C7D7B4066AE131 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed fo

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 18s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2143 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2143/

3 tests failed.
FAILED:  org.apache.lucene.index.TestSegmentInfos.testBitFlippedTriggersCorruptIndexException

Error Message:
java.io.IOException: No such device: MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/tests-tmp/lucene.index.TestSegmentInfos_70EA1523A9B948E1-001/index-MMapDirectory-001/extra0") [this may be caused by lack of enough unfragmented virtual address space or too restrictive virtual memory limits enforced by the operating system, preventing us to map a chunk of 4096 bytes. Please review 'ulimit -v', 'ulimit -m' (both should return 'unlimited'), and 'sysctl vm.max_map_count'. More information: http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html]

Stack Trace:
java.io.IOException: No such device: MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/tests-tmp/lucene.index.TestSegmentInfos_70EA1523A9B948E1-001/index-MMapDirectory-001/extra0") [this may be caused by lack of enough unfragmented virtual address space or too restrictive virtual memory limits enforced by the operating system, preventing us to map a chunk of 4096 bytes. Please review 'ulimit -v', 'ulimit -m' (both should return 'unlimited'), and 'sysctl vm.max_map_count'. More information: http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html]
	at __randomizedtesting.SeedInfo.seed([70EA1523A9B948E1:228E9CD1C6535CCD]:0)
	at java.base/sun.nio.ch.FileChannelImpl.map0(Native Method)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:1002)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2903)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
	at org.apache.lucene.store.Directory.copyFrom(Directory.java:182)
	at org.apache.lucene.store.MockDirectoryWrapper.copyFrom(MockDirectoryWrapper.java:1053)
	at org.apache.lucene.index.TestSegmentInfos.testBitFlippedTriggersCorruptIndexException(TestSegmentInfos.java:234)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([70EA1523A9B948E1:D0F05E780DC903ED]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([70EA1523A9B948E1:30C5629132CE1BE4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15387 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.538 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70EA1523A9B948E1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70EA1523A9B948E1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.index.TestSegmentInfos.testBitFlippedTriggersCorruptIndexException (:lucene:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.index.TestSegmentInfos.txt
    Reproduce with: gradlew :lucene:core:test --tests "org.apache.lucene.index.TestSegmentInfos" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70EA1523A9B948E1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/co

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2142 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2142/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699939696514170880>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699939696514170880>
	at __randomizedtesting.SeedInfo.seed([878E8E323282ACBC:7F487707A19B3474]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([878E8E323282ACBC:C7A1F980A9F5FFB9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16428 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.949 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=878E8E323282ACBC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=878E8E323282ACBC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2141 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2141/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([FFCBA045B49F91B9:5FD1EB1E10EFDAB5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699930944720338944>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699930944720338944>
	at __randomizedtesting.SeedInfo.seed([FFCBA045B49F91B9:70D597027860971]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([FFCBA045B49F91B9:BFE4D7F72FE8C2BC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17257 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.485 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FFCBA045B49F91B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FFCBA045B49F91B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FFCBA045B49F91B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possi

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 6s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2140 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2140/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CD726D470646EBA0:8D5D1AF59D31B8A5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14929 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.279 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CD726D470646EBA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2139 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2139/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([CAB0E2F9DCF796F9:6AAAA9A27887DDF5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699909296844701696>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699909296844701696>
	at __randomizedtesting.SeedInfo.seed([CAB0E2F9DCF796F9:32761BCC4FEE0E31]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CAB0E2F9DCF796F9:8A9F954B4780C5FC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16734 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.231 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CAB0E2F9DCF796F9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CAB0E2F9DCF796F9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CAB0E2F9DCF796F9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 30s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2138 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2138/

4 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([F8CEBE0268E4961F:50244DFF9FF476DA]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:964)
	at org.junit.Assert.assertThat(Assert.java:930)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:109)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([F8CEBE0268E4961F:58D4F559CC94DD13]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699899499296587776>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699899499296587776>
	at __randomizedtesting.SeedInfo.seed([F8CEBE0268E4961F:84737FBFD0ED7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([F8CEBE0268E4961F:B8E1C9B0F393C51A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17390 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.241 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F8CEBE0268E4961F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F8CEBE0268E4961F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F8CEBE0268E4961F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F8CEBE0268E4961F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 ':

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 0s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2137 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2137/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DBD648333E87BE96:7BCC03689AF7F59A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699888327202701312>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699888327202701312>
	at __randomizedtesting.SeedInfo.seed([DBD648333E87BE96:2310B106AD9E265E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DBD648333E87BE96:9BF93F81A5F0ED93]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17369 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.535 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DBD648333E87BE96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DBD648333E87BE96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DBD648333E87BE96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surr

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 57s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2136 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2136/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:42837_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35337_solr, 127.0.0.1:37313_solr, 127.0.0.1:42837_solr, 127.0.0.1:46607_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:42837_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35337_solr, 127.0.0.1:37313_solr, 127.0.0.1:42837_solr, 127.0.0.1:46607_solr]
	at __randomizedtesting.SeedInfo.seed([DB03F42558739F53:ABE3709FDC3C3658]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699876474989838336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699876474989838336>
	at __randomizedtesting.SeedInfo.seed([DB03F42558739F53:23C50D10CB6A079B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DB03F42558739F53:9B2C8397C304CC56]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17457 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.409 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB03F42558739F53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB03F42558739F53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB03F42558739F53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRu

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 38s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2135 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2135/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699865038046625792>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699865038046625792>
	at __randomizedtesting.SeedInfo.seed([957AF94A7D7FD47B:6DBC007FEE664CB3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([957AF94A7D7FD47B:D5558EF8E608877E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16424 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.536 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=957AF94A7D7FD47B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=957AF94A7D7FD47B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2134 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2134/

4 tests failed.
FAILED:  org.apache.solr.handler.component.TestTrackingShardHandlerFactory.testRequestTracking

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testTwoPhase
{failure={127.0.0.1:46149_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testTwoPhase_s1_r_n1': Unable to create core [testTwoPhase_s1_r_n1] Caused by: null}, success={127.0.0.1:42675_solr={responseHeader={status=0, QTime=162}, core=testTwoPhase_s2_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testTwoPhase
{failure={127.0.0.1:46149_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testTwoPhase_s1_r_n1': Unable to create core [testTwoPhase_s1_r_n1] Caused by: null}, success={127.0.0.1:42675_solr={responseHeader={status=0, QTime=162}, core=testTwoPhase_s2_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([D364991463F8BAFF:9B58C0D497F3AB69]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.createCollection(SolrCloudBridgeTestCase.java:390)
	at org.apache.solr.handler.component.TestTrackingShardHandlerFactory.testRequestTracking(TestTrackingShardHandlerFactory.java:75)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([D364991463F8BAFF:737ED24FC788F1F3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699854194632032256>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699854194632032256>
	at __randomizedtesting.SeedInfo.seed([D364991463F8BAFF:2BA26021F0E12237]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([D364991463F8BAFF:934BEEA6F88FE9FA]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17276 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.897 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D364991463F8BAFF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D364991463F8BAFF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D364991463F8BAFF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.handler.component.TestTrackingShardHandlerFactory.testRequestTracking (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.component.TestTrackingShardHandlerFactory.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.component.TestTrackingShardHandlerFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D364991463F8BAFF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2133 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2133/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DFAA079015C62029:7FB04CCBB1B66B25]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39579_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38253_solr, 127.0.0.1:39579_solr, 127.0.0.1:44313_solr, 127.0.0.1:46279_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39579_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38253_solr, 127.0.0.1:39579_solr, 127.0.0.1:44313_solr, 127.0.0.1:46279_solr]
	at __randomizedtesting.SeedInfo.seed([DFAA079015C62029:AF4A832A91898922]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699845444672159744>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699845444672159744>
	at __randomizedtesting.SeedInfo.seed([DFAA079015C62029:276CFEA586DFB8E1]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DFAA079015C62029:9F8570228EB1732C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17914 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.564 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFAA079015C62029 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFAA079015C62029 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFAA079015C62029 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFAA079015C62029 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 16s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2132 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2132/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:45593_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34721_solr, 127.0.0.1:38087_solr, 127.0.0.1:39309_solr, 127.0.0.1:45593_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:45593_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34721_solr, 127.0.0.1:38087_solr, 127.0.0.1:39309_solr, 127.0.0.1:45593_solr]
	at __randomizedtesting.SeedInfo.seed([907558AEFB78032:79E7D1306BF82939]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699836890139590656>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699836890139590656>
	at __randomizedtesting.SeedInfo.seed([907558AEFB78032:F1C1ACBF7CAE18FA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([907558AEFB78032:4928223874C0D337]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17877 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.07 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=907558AEFB78032 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=907558AEFB78032 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=907558AEFB78032 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solr

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 41s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2131 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2131/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testLeaderUnloaded
{failure={127.0.0.1:44189_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testLeaderUnloaded_s1_r_n1': Unable to create core [testLeaderUnloaded_s1_r_n1] Caused by: null}, success={127.0.0.1:33141_solr={responseHeader={status=0, QTime=119}, core=testLeaderUnloaded_s1_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testLeaderUnloaded
{failure={127.0.0.1:44189_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testLeaderUnloaded_s1_r_n1': Unable to create core [testLeaderUnloaded_s1_r_n1] Caused by: null}, success={127.0.0.1:33141_solr={responseHeader={status=0, QTime=119}, core=testLeaderUnloaded_s1_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([EED95C844A8CD041:BD7E4F72B7A03E43]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded(TestPrepRecovery.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EED95C844A8CD041:AEF62B36D1FB8344]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15457 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.976 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EED95C844A8CD041 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestPrepRecovery.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestPrepRecovery" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EED95C844A8CD041 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHa

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 7s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2130 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2130/

8 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41857_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35975_solr, 127.0.0.1:38239_solr, 127.0.0.1:40693_solr, 127.0.0.1:41857_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41857_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35975_solr, 127.0.0.1:38239_solr, 127.0.0.1:40693_solr, 127.0.0.1:41857_solr]
	at __randomizedtesting.SeedInfo.seed([42E19F1C666F90E2:32011BA6E22039E9]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.MoveReplicaTest.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_coll_false
{failure={127.0.0.1:46057_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_coll_false_s1_r_n1': Unable to create core [test_coll_false_s1_r_n1] Caused by: null}, success={127.0.0.1:45559_solr={responseHeader={status=0, QTime=119}, core=test_coll_false_s2_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_coll_false
{failure={127.0.0.1:46057_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_coll_false_s1_r_n1': Unable to create core [test_coll_false_s1_r_n1] Caused by: null}, success={127.0.0.1:45559_solr={responseHeader={status=0, QTime=119}, core=test_coll_false_s2_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([42E19F1C666F90E2:CAB5A0C6C893FD1A]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4c883fa6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4c883fa6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@19860717
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@19860717
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrInternalHttpClient@1a88dcec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a88dcec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4c883fa6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4c883fa6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@19860717
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@19860717
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrInternalHttpClient@1a88dcec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a88dcec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4c883fa6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4c883fa6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@19860717
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@19860717
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrInternalHttpClient@1a88dcec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a88dcec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@4c883fa6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@4c883fa6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@19860717
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@19860717
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrInternalHttpClient@1a88dcec
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a88dcec
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

>
	at __randomizedtesting.SeedInfo.seed([42E19F1C666F90E2]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 76 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=5282, name=SOLR-TGRP-TestConfigSetsAPI-4725, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4900, name=SOLR-TGRP-TestConfigSetsAPI-4490, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4901, name=SOLR-TGRP-TestConfigSetsAPI-4491, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4883, name=SOLR-TGRP-TestConfigSetsAPI-4473, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=5305, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
   6) Thread[id=5280, name=SOLR-TGRP-TestConfigSetsAPI-4723, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4902, name=SOLR-TGRP-TestConfigSetsAPI-4492, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=5298, name=SOLR-TGRP-TestConfigSetsAPI-4741, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4865, name=SOLR-TGRP-TestConfigSetsAPI-4462, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4927, name=SOLR-TGRP-TestConfigSetsAPI-4515, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$793/0x00000001009f5c40.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4929, name=SOLR-TGRP-TestConfigSetsAPI-4517, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=5174, name=SOLR-TGRP-TestConfigSetsAPI-4659, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=5251, name=SOLR-TGRP-TestConfigSetsAPI-4700, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=5299, name=SOLR-TGRP-TestConfigSetsAPI-4742, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=4925, name=SOLR-TGRP-TestConfigSetsAPI-4513, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=5296, name=SOLR-TGRP-TestConfigSetsAPI-4738, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=5297, name=SOLR-TGRP-TestConfigSetsAPI-4740, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4931, name=SOLR-TGRP-TestConfigSetsAPI-4519, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=5276, name=SOLR-TGRP-TestConfigSetsAPI-4719, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4860, name=SOLR-TGRP-TestConfigSetsAPI-4457, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=5277, name=SOLR-TGRP-TestConfigSetsAPI-4721, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4866, name=SOLR-TGRP-TestConfigSetsAPI-4463, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4894, name=SOLR-TGRP-TestConfigSetsAPI-4484, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=4891, name=SOLR-TGRP-TestConfigSetsAPI-4481, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=5295, name=SOLR-TGRP-TestConfigSetsAPI-4739, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=4899, name=SOLR-TGRP-TestConfigSetsAPI-4489, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4920, name=SOLR-TGRP-TestConfigSetsAPI-4511, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4938, name=SOLR-TGRP-TestConfigSetsAPI-4524, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=5279, name=SOLR-TGRP-TestConfigSetsAPI-4722, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4928, name=SOLR-TGRP-TestConfigSetsAPI-4516, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=5205, name=SOLR-TGRP-TestConfigSetsAPI-4674, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=5309, name=TEST-TestConfigSetsAPI.testCreateErrors-seed#[42E19F1C666F90E2]-SendThread(127.0.0.1:42605), state=TERMINATED, group={null group}]
        at (empty stack)
  33) Thread[id=5179, name=SOLR-TGRP-TestConfigSetsAPI-4664, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4932, name=SOLR-TGRP-TestConfigSetsAPI-4520, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$234/0x0000000100551440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=5058, name=SOLR-TGRP-TestConfigSetsAPI-4587, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=5293, name=SOLR-TGRP-TestConfigSetsAPI-4736, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=5285, name=SOLR-TGRP-TestConfigSetsAPI-4728, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=5169, name=SOLR-TGRP-TestConfigSetsAPI-4654, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=5289, name=SOLR-TGRP-TestConfigSetsAPI-4732, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=4856, name=SOLR-TGRP-TestConfigSetsAPI-4453, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4886, name=SOLR-TGRP-TestConfigSetsAPI-4476, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=5250, name=SOLR-TGRP-TestConfigSetsAPI-4699, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4858, name=SOLR-TGRP-TestConfigSetsAPI-4455, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=5178, name=SOLR-TGRP-TestConfigSetsAPI-4663, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=5288, name=SOLR-TGRP-TestConfigSetsAPI-4731, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=5148, name=SOLR-TGRP-TestConfigSetsAPI-4637, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=4926, name=SOLR-TGRP-TestConfigSetsAPI-4514, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4893, name=SOLR-TGRP-TestConfigSetsAPI-4483, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4889, name=SOLR-TGRP-TestConfigSetsAPI-4479, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4939, name=SOLR-TGRP-TestConfigSetsAPI-4525, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$234/0x0000000100551440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4940, name=SOLR-TGRP-TestConfigSetsAPI-4526, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=5204, name=SOLR-TGRP-TestConfigSetsAPI-4673, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4895, name=SOLR-TGRP-TestConfigSetsAPI-4485, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=5173, name=SOLR-TGRP-TestConfigSetsAPI-4658, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4933, name=SOLR-TGRP-TestConfigSetsAPI-4521, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$234/0x0000000100551440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=5291, name=SOLR-TGRP-TestConfigSetsAPI-4734, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4885, name=SOLR-TGRP-TestConfigSetsAPI-4475, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=5103, name=SOLR-TGRP-TestConfigSetsAPI-4612, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=5275, name=SOLR-TGRP-TestConfigSetsAPI-4718, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2129 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2129/

5 tests failed.
FAILED:  org.apache.solr.search.TestReload.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@8234caf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@8234caf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@8234caf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@8234caf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@8234caf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@8234caf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@8234caf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@8234caf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@1ee6c7fa
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

>
	at __randomizedtesting.SeedInfo.seed([F38B60ABF2DF8CA6]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.search.TestReload.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 73 threads leaked from SUITE scope at org.apache.solr.search.TestReload: 
   1) Thread[id=258, name=SOLR-TGRP-TestReload-230, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=250, name=SOLR-TGRP-TestReload-222, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=327, name=SOLR-TGRP-TestReload-295, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=286, name=SOLR-TGRP-TestReload-258, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=297, name=SOLR-TGRP-TestReload-268, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=335, name=SOLR-TGRP-TestReload-300, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=313, name=SOLR-TGRP-TestReload-282, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=262, name=SOLR-TGRP-TestReload-234, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=306, name=SOLR-TGRP-TestReload-277, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=330, name=SOLR-TGRP-TestReload-297, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=282, name=SOLR-TGRP-TestReload-254, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=325, name=SOLR-TGRP-TestReload-293, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=251, name=SOLR-TGRP-TestReload-223, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=259, name=SOLR-TGRP-TestReload-231, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=281, name=SOLR-TGRP-TestReload-253, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=318, name=SOLR-TGRP-TestReload-288, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=255, name=SOLR-TGRP-TestReload-227, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=299, name=SOLR-TGRP-TestReload-270, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=314, name=SOLR-TGRP-TestReload-284, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=301, name=SOLR-TGRP-TestReload-272, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=329, name=SOLR-TGRP-TestReload-296, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=291, name=SOLR-TGRP-TestReload-262, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=336, name=SOLR-TGRP-TestReload-301, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=285, name=SOLR-TGRP-TestReload-257, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=293, name=SOLR-TGRP-TestReload-264, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=337, name=SOLR-TGRP-TestReload-302, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=260, name=SOLR-TGRP-TestReload-232, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=304, name=SOLR-TGRP-TestReload-275, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=322, name=SOLR-TGRP-TestReload-291, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=275, name=SOLR-TGRP-TestReload-247, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=326, name=SOLR-TGRP-TestReload-294, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=302, name=SOLR-TGRP-TestReload-273, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=324, name=SOLR-TGRP-TestReload-292, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=277, name=SOLR-TGRP-TestReload-249, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=252, name=SOLR-TGRP-TestReload-224, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=263, name=SOLR-TGRP-TestReload-235, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=264, name=SOLR-TGRP-TestReload-236, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=320, name=SOLR-TGRP-TestReload-289, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=300, name=SOLR-TGRP-TestReload-271, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=309, name=SOLR-TGRP-TestReload-280, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=312, name=SOLR-TGRP-TestReload-283, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=274, name=SOLR-TGRP-TestReload-246, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=256, name=SOLR-TGRP-TestReload-228, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=321, name=SOLR-TGRP-TestReload-290, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=317, name=SOLR-TGRP-TestReload-287, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=331, name=SOLR-TGRP-TestReload-298, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=283, name=SOLR-TGRP-TestReload-255, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=279, name=SOLR-TGRP-TestReload-251, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=254, name=SOLR-TGRP-TestReload-226, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=261, name=SOLR-TGRP-TestReload-233, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=265, name=SOLR-TGRP-TestReload-237, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=296, name=SOLR-TGRP-TestReload-267, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=290, name=SOLR-TGRP-TestReload-261, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=276, name=SOLR-TGRP-TestReload-248, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=289, name=SOLR-TGRP-TestReload-260, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=310, name=SOLR-TGRP-TestReload-281, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=278, name=SOLR-TGRP-TestReload-250, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=303, name=SOLR-TGRP-TestReload-274, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=316, name=SOLR-TGRP-TestReload-286, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=253, name=SOLR-TGRP-TestReload-225, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=298, name=SOLR-TGRP-TestReload-269, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=257, name=SOLR-TGRP-TestReload-229, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=305, name=SOLR-TGRP-TestReload-276, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=287, name=SOLR-TGRP-TestReload-259, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=333, name=SOLR-TGRP-TestReload-299, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=295, name=SOLR-TGRP-TestReload-266, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=294, name=SOLR-TGRP-TestReload-265, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=280, name=SOLR-TGRP-TestReload-252, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=284, name=SOLR-TGRP-TestReload-256, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=308, name=SOLR-TGRP-TestReload-279, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  71) Thread[id=307, name=SOLR-TGRP-TestReload-278, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  72) Thread[id=315, name=SOLR-TGRP-TestReload-285, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  73) Thread[id=292, name=SOLR-TGRP-TestReload-263, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 73 threads leaked from SUITE scope at org.apache.solr.search.TestReload: 
   1) Thread[id=258, name=SOLR-TGRP-TestReload-230, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=250, name=SOLR-TGRP-TestReload-222, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=327, name=SOLR-TGRP-TestReload-295, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=286, name=SOLR-TGRP-TestReload-258, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=297, name=SOLR-TGRP-TestReload-268, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=335, name=SOLR-TGRP-TestReload-300, state=TIMED_WAITING, group=TGRP-TestReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.conc

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 27s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2128 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2128/

6 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([7CD158DC2BF388D3:F4856706850FE52B]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39863_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36675_solr, 127.0.0.1:39863_solr, 127.0.0.1:40501_solr, 127.0.0.1:42805_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39863_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36675_solr, 127.0.0.1:39863_solr, 127.0.0.1:40501_solr, 127.0.0.1:42805_solr]
	at __randomizedtesting.SeedInfo.seed([7CD158DC2BF388D3:C31DC66AFBC21D8]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([7CD158DC2BF388D3:DCCB13878F83C3DF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.processor.AtomicUpdateRemovalJavabinTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: collection1
{failure={127.0.0.1:37875_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'collection1_s1_r_n1': Unable to create core [collection1_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: collection1
{failure={127.0.0.1:37875_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'collection1_s1_r_n1': Unable to create core [collection1_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([7CD158DC2BF388D3]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.update.processor.AtomicUpdateRemovalJavabinTest.beforeAtomicUpdateRemovalJavabinTest(AtomicUpdateRemovalJavabinTest.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699803311981461504>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699803311981461504>
	at __randomizedtesting.SeedInfo.seed([7CD158DC2BF388D3:8417A1E9B8EA101B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7CD158DC2BF388D3:3CFE2F6EB084DBD6]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 19683 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.123 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CD158DC2BF388D3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CD158DC2BF388D3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CD158DC2BF388D3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CD158DC2BF388D3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.update.processor.AtomicUpdateRemovalJavabinTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.AtomicUpdateRemovalJavabinTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.AtomicUpdateRemovalJavabinTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CD158DC2BF388D3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CD158DC2BF388D3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=======================================================

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 56s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2127 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2127/

3 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=perSegFilter

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=perSegFilter
	at __randomizedtesting.SeedInfo.seed([6315EC7EDD71B6F2:EDC48844B030EE97]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699792245944745984>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699792245944745984>
	at __randomizedtesting.SeedInfo.seed([6315EC7EDD71B6F2:9BD3154B4E682E3A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([6315EC7EDD71B6F2:233A9BCC4606E5F7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17004 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.375 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6315EC7EDD71B6F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6315EC7EDD71B6F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6315EC7EDD71B6F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkin

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 9s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2126 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2126/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9B4D8C100FF904D1:DB62FBA2948E57D4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14935 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.027 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9B4D8C100FF904D1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 12s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2125 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2125/

6 tests failed.
FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: Requested delete of immutable ConfigSet got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: Requested delete of immutable ConfigSet got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([EC14BE50CFDE26AE:E5F6617D4AA827BA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:654)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@6ecf5e28
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6ecf5e28
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@47f31525
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47f31525
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@7ccd9c27
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@7ccd9c27
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@6ecf5e28
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6ecf5e28
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@47f31525
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47f31525
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@7ccd9c27
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@7ccd9c27
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@6ecf5e28
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6ecf5e28
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@47f31525
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47f31525
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@7ccd9c27
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@7ccd9c27
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrQueuedThreadPool@6ecf5e28
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6ecf5e28
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@47f31525
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47f31525
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@7ccd9c27
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@7ccd9c27
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>
	at __randomizedtesting.SeedInfo.seed([EC14BE50CFDE26AE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 95 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=3886, name=SOLR-TGRP-TestConfigSetsAPI-3400, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=3947, name=SOLR-TGRP-TestConfigSetsAPI-3439, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3944, name=http2client-scheduler-1, state=WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
   4) Thread[id=4293, name=SOLR-TGRP-TestConfigSetsAPI-3642, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4209, name=SOLR-TGRP-TestConfigSetsAPI-3584, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3859, name=SOLR-TGRP-TestConfigSetsAPI-3375, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$713/0x0000000100991040.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3815, name=SOLR-TGRP-TestConfigSetsAPI-3338, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3848, name=SOLR-TGRP-TestConfigSetsAPI-3364, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3979, name=SOLR-TGRP-TestConfigSetsAPI-3455, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4254, name=SOLR-TGRP-TestConfigSetsAPI-3609, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4288, name=SOLR-TGRP-TestConfigSetsAPI-3637, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4292, name=SOLR-TGRP-TestConfigSetsAPI-3641, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3890, name=SOLR-TGRP-TestConfigSetsAPI-3404, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3850, name=SOLR-TGRP-TestConfigSetsAPI-3366, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3856, name=SOLR-TGRP-TestConfigSetsAPI-3372, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3881, name=SOLR-TGRP-TestConfigSetsAPI-3395, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=4297, name=SOLR-TGRP-TestConfigSetsAPI-3648, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4286, name=SOLR-TGRP-TestConfigSetsAPI-3635, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3849, name=SOLR-TGRP-TestConfigSetsAPI-3365, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4287, name=SOLR-TGRP-TestConfigSetsAPI-3636, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=3883, name=SOLR-TGRP-TestConfigSetsAPI-3397, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=3816, name=SOLR-TGRP-TestConfigSetsAPI-3339, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4303, name=SOLR-TGRP-TestConfigSetsAPI-3652, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3842, name=SOLR-TGRP-TestConfigSetsAPI-3358, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3949, name=SOLR-TGRP-TestConfigSetsAPI-3441, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3900, name=SOLR-TGRP-TestConfigSetsAPI-3411, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3946, name=SOLR-TGRP-TestConfigSetsAPI-3438, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=3879, name=SOLR-TGRP-TestConfigSetsAPI-3393, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=4281, name=SOLR-TGRP-TestConfigSetsAPI-3630, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4280, name=SOLR-TGRP-TestConfigSetsAPI-3629, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3843, name=SOLR-TGRP-TestConfigSetsAPI-3359, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4283, name=SOLR-TGRP-TestConfigSetsAPI-3632, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4277, name=SOLR-TGRP-TestConfigSetsAPI-3626, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4302, name=SOLR-TGRP-TestConfigSetsAPI-3650, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4164, name=SOLR-TGRP-TestConfigSetsAPI-3559, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3889, name=SOLR-TGRP-TestConfigSetsAPI-3403, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=3948, name=SOLR-TGRP-TestConfigSetsAPI-3440, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4239, name=TEST-TestConfigSetsAPI.testUpload-seed#[EC14BE50CFDE26AE]-SendThread(127.0.0.1:34407), state=TERMINATED, group={null group}]
        at java.base@11.0.9/sun.nio.ch.FileDispatcherImpl.close0(Native Method)
        at java.base@11.0.9/sun.nio.ch.SocketDispatcher.close(SocketDispatcher.java:55)
        at java.base@11.0.9/sun.nio.ch.SocketChannelImpl.kill(SocketChannelImpl.java:907)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.implCloseSelector(SelectorImpl.java:189)
        at java.base@11.0.9/java.nio.channels.spi.AbstractSelector.close(AbstractSelector.java:111)
        at app//org.apache.zookeeper.ClientCnxnSocketNIO.close(ClientCnxnSocketNIO.java:228)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1304)
  39) Thread[id=3897, name=SOLR-TGRP-TestConfigSetsAPI-3410, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3887, name=SOLR-TGRP-TestConfigSetsAPI-3401, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4025, name=SOLR-TGRP-TestConfigSetsAPI-3481, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3826, name=SOLR-TGRP-TestConfigSetsAPI-3349, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3952, name=SOLR-TGRP-TestConfigSetsAPI-3444, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=3853, name=SOLR-TGRP-TestConfigSetsAPI-3369, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4300, name=SOLR-TGRP-TestConfigSetsAPI-3651, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4279, name=SOLR-TGRP-TestConfigSetsAPI-3628, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3953, name=SOLR-TGRP-TestConfigSetsAPI-3445, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3925, name=SOLR-TGRP-TestConfigSetsAPI-3421, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3885, name=SOLR-TGRP-TestConfigSetsAPI-3399, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4235, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  51) Thread[id=3893, name=SOLR-TGRP-TestConfigSetsAPI-3407, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3819, name=SOLR-TGRP-TestConfigSetsAPI-3342, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=3821, name=SOLR-TGRP-TestConfigSetsAPI-3344, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=3823, name=SOLR-TGRP-TestConfigSetsAPI-3346, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4278, name=SOLR-TGRP-TestConfigSetsAPI-3627, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4282, name=SOLR-TGRP-TestConfigSetsAPI-3631, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4294, name=SOLR-TGRP-TestConfigSetsAPI-3643, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3818, name=SOLR-TGRP-TestConfigSetsAPI-3341, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4285, name=SOLR-TGRP-TestConfigSetsAPI-3633, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3852, name=SOLR-TGRP-TestConfigSetsAPI-3368, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=4298, name=SOLR-TGRP-TestConfigSetsAPI-3649, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=4139, name=SOLR-TGRP-TestConfigSetsAPI-3550, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3951, name=SOLR-TGRP-TestConfigSetsAPI-3443, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3857, name=SOLR-TGRP-TestConfigSetsAPI-3373, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:3

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2124 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2124/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([39E9874C4E0EB2D8:99F3CC17EA7EF9D4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699775569722343424>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699775569722343424>
	at __randomizedtesting.SeedInfo.seed([39E9874C4E0EB2D8:C12F7E79DD172A10]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42903_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34739_solr, 127.0.0.1:42903_solr, 127.0.0.1:45091_solr, 127.0.0.1:46315_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42903_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34739_solr, 127.0.0.1:42903_solr, 127.0.0.1:45091_solr, 127.0.0.1:46315_solr]
	at __randomizedtesting.SeedInfo.seed([39E9874C4E0EB2D8:490903F6CA411BD3]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([39E9874C4E0EB2D8:79C6F0FED579E1DD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17925 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 31.491 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39E9874C4E0EB2D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39E9874C4E0EB2D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39E9874C4E0EB2D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39E9874C4E0EB2D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished wit

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 5s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2123 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2123/

3 tests failed.
FAILED:  org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testSegmentTerminateEarly
{failure={127.0.0.1:39677_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testSegmentTerminateEarly_s2_r_n2': Unable to create core [testSegmentTerminateEarly_s2_r_n2] Caused by: null}, success={127.0.0.1:45371_solr={responseHeader={status=0, QTime=80}, core=testSegmentTerminateEarly_s1_r_n1}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testSegmentTerminateEarly
{failure={127.0.0.1:39677_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testSegmentTerminateEarly_s2_r_n2': Unable to create core [testSegmentTerminateEarly_s2_r_n2] Caused by: null}, success={127.0.0.1:45371_solr={responseHeader={status=0, QTime=80}, core=testSegmentTerminateEarly_s1_r_n1}}}
	at __randomizedtesting.SeedInfo.seed([9857597BB92C10FE:48F19ED6657E8494]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestSegmentSorting.setUp(TestSegmentSorting.java:84)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:35931_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35931_solr, 127.0.0.1:37793_solr, 127.0.0.1:40751_solr, 127.0.0.1:43855_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:35931_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35931_solr, 127.0.0.1:37793_solr, 127.0.0.1:40751_solr, 127.0.0.1:43855_solr]
	at __randomizedtesting.SeedInfo.seed([9857597BB92C10FE:E8B7DDC13D63B9F5]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9857597BB92C10FE:D8782EC9225B43FB]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17172 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.761 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9857597BB92C10FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestSegmentSorting.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestSegmentSorting" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9857597BB92C10FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9857597BB92C10FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious lo

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 11s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2122 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2122/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:35517_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35517_solr, 127.0.0.1:37397_solr, 127.0.0.1:39547_solr, 127.0.0.1:43107_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:35517_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35517_solr, 127.0.0.1:37397_solr, 127.0.0.1:39547_solr, 127.0.0.1:43107_solr]
	at __randomizedtesting.SeedInfo.seed([C66F8FFF53CC64F1:B68F0B45D783CDFA]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=queryResultCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=queryResultCache
	at __randomizedtesting.SeedInfo.seed([C66F8FFF53CC64F1:48BEEBC53E8D3C94]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699764111973285888>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699764111973285888>
	at __randomizedtesting.SeedInfo.seed([C66F8FFF53CC64F1:3EA976CAC0D5FC39]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C66F8FFF53CC64F1:8640F84DC8BB37F4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18325 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.031 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C66F8FFF53CC64F1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C66F8FFF53CC64F1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C66F8FFF53CC64F1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C66F8FFF53CC64F1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=================

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 32s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2121 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2121/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([38F939F30955C0EA:98E372A8AD258BE6]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testasynccollectioncreation
{failure={127.0.0.1:32991_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testasynccollectioncreation_s1_r_n1': Unable to create core [testasynccollectioncreation_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testasynccollectioncreation
{failure={127.0.0.1:32991_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testasynccollectioncreation_s1_r_n1': Unable to create core [testasynccollectioncreation_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([38F939F30955C0EA:609DB5920F3F683E]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls(CollectionsAPIAsyncDistributedZkTest.java:86)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([38F939F30955C0EA:CBB76D4E50B9E950]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:964)
	at org.junit.Assert.assertThat(Assert.java:930)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete(DistributedUpdateProcessorTest.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699753247046107136>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699753247046107136>
	at __randomizedtesting.SeedInfo.seed([38F939F30955C0EA:C03FC0C69A4C5822]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([38F939F30955C0EA:78D64E41922293EF]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17459 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.87 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38F939F30955C0EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38F939F30955C0EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38F939F30955C0EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38F939F30955C0EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38F939F30955C0EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 43s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2120 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2120/

4 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([634C01071EF359BB:EB183EDDB00F3443]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34163_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34163_solr, 127.0.0.1:42261_solr, 127.0.0.1:42293_solr, 127.0.0.1:46079_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34163_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34163_solr, 127.0.0.1:42261_solr, 127.0.0.1:42293_solr, 127.0.0.1:46079_solr]
	at __randomizedtesting.SeedInfo.seed([634C01071EF359BB:13AC85BD9ABCF0B0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699743093888122880>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699743093888122880>
	at __randomizedtesting.SeedInfo.seed([634C01071EF359BB:9B8AF8328DEAC173]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([634C01071EF359BB:236376B585840ABE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18341 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 34.556 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=634C01071EF359BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=634C01071EF359BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=634C01071EF359BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=634C01071EF359BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 10s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2119 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2119/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([66D537B7D561B514:C6CF7CEC7111FE18]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699732514187247616>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699732514187247616>
	at __randomizedtesting.SeedInfo.seed([66D537B7D561B514:9E13CE8246782DDC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([66D537B7D561B514:26FA40054E16E611]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16806 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.381 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=66D537B7D561B514 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=66D537B7D561B514 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=66D537B7D561B514 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2118 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2118/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([CCBDD161741E5377:6CA79A3AD06E187B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.testRetry

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testRetry
{failure={127.0.0.1:39057_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testRetry_s1_r_n1': Unable to create core [testRetry_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testRetry
{failure={127.0.0.1:39057_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testRetry_s1_r_n1': Unable to create core [testRetry_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([CCBDD161741E5377:C52D889FA65737FD]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.testRetry(CloudSolrClientRetryTest.java:58)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699727298169667584>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699727298169667584>
	at __randomizedtesting.SeedInfo.seed([CCBDD161741E5377:347B2854E707CBBF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35077_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35077_solr, 127.0.0.1:40877_solr, 127.0.0.1:44801_solr, 127.0.0.1:46765_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35077_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35077_solr, 127.0.0.1:40877_solr, 127.0.0.1:44801_solr, 127.0.0.1:46765_solr]
	at __randomizedtesting.SeedInfo.seed([CCBDD161741E5377:BC5D55DBF051FA7C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CCBDD161741E5377:8C92A6D3EF690072]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18720 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.516 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CCBDD161741E5377 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.testRetry (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudSolrClientRetryTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CCBDD161741E5377 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CCBDD161741E5377 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CCBDD161741E5377 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CCBDD161741E5377 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 32s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2117 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2117/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699720026319224832>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699720026319224832>
	at __randomizedtesting.SeedInfo.seed([B00F8D5DC2E977B0:48C9746851F0EF78]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41899_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37793_solr, 127.0.0.1:41899_solr, 127.0.0.1:42241_solr, 127.0.0.1:42605_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41899_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37793_solr, 127.0.0.1:41899_solr, 127.0.0.1:42241_solr, 127.0.0.1:42605_solr]
	at __randomizedtesting.SeedInfo.seed([B00F8D5DC2E977B0:C0EF09E746A6DEBB]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B00F8D5DC2E977B0:F020FAEF599E24B5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17784 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.495 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B00F8D5DC2E977B0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B00F8D5DC2E977B0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B00F8D5DC2E977B0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 35s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2116 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2116/

4 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=deletedDocs

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=deletedDocs
	at __randomizedtesting.SeedInfo.seed([EB42794F7AC61AA:806543AE9AED39CF]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleXMLHttp2Test.testUpdateMultiValuedField

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (404)  Error from server at http://127.0.0.1:34501/solr/collection1/update?wt=xml&version=2.2: not found: 404, message:null

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (404)  Error from server at http://127.0.0.1:34501/solr/collection1/update?wt=xml&version=2.2: not found: 404, message:null
	at __randomizedtesting.SeedInfo.seed([EB42794F7AC61AA:1CB1AAFF24A0B672]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:881)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:178)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:139)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:157)
	at org.apache.solr.client.solrj.SolrExampleTests.testUpdateMultiValuedField(SolrExampleTests.java:1747)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34167_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34167_solr, 127.0.0.1:37269_solr, 127.0.0.1:37833_solr, 127.0.0.1:40549_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34167_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34167_solr, 127.0.0.1:37269_solr, 127.0.0.1:37833_solr, 127.0.0.1:40549_solr]
	at __randomizedtesting.SeedInfo.seed([EB42794F7AC61AA:7E54A32E73E3C8A1]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EB42794F7AC61AA:4E9B50266CDB32AF]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16929 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.827 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.embedded.SolrExampleXMLHttp2Test.testUpdateMultiValuedField (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.embedded.SolrExampleXMLHttp2Test.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.embedded.SolrExampleXMLHttp2Test" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EB42794F7AC61AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EB42794F7AC61AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EB42794F7AC61AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EB42794F7AC61AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2115 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2115/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44829_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33715_solr, 127.0.0.1:41275_solr, 127.0.0.1:44603_solr, 127.0.0.1:44829_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44829_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33715_solr, 127.0.0.1:41275_solr, 127.0.0.1:44603_solr, 127.0.0.1:44829_solr]
	at __randomizedtesting.SeedInfo.seed([67BA3CC95907AFBA:175AB873DD4806B1]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([67BA3CC95907AFBA:27954B7BC270FCBF]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16155 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.669 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=67BA3CC95907AFBA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=67BA3CC95907AFBA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/so

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 15s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2114 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2114/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699695909003067392>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699695909003067392>
	at __randomizedtesting.SeedInfo.seed([CDEF2713AF8CC407:3529DE263C955CCF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CDEF2713AF8CC407:8DC050A134FB9702]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16326 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 33.869 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CDEF2713AF8CC407 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CDEF2713AF8CC407 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 34s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2113 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2113/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A2CB9F546C73C821:E2E4E8E6F7049B24]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14923 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 33.006 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A2CB9F546C73C821 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValida

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2112 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2112/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:36889_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36889_solr, 127.0.0.1:43827_solr, 127.0.0.1:44569_solr, 127.0.0.1:46179_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:36889_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36889_solr, 127.0.0.1:43827_solr, 127.0.0.1:44569_solr, 127.0.0.1:46179_solr]
	at __randomizedtesting.SeedInfo.seed([A6FBEA2F8ACE024C:D61B6E950E81AB47]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([A6FBEA2F8ACE024C:6E1A1742EBE4940]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A6FBEA2F8ACE024C:E6D49D9D11B95149]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16326 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.024 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A6FBEA2F8ACE024C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A6FBEA2F8ACE024C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A6FBEA2F8ACE024C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'has

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2111 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2111/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699681286549929984>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699681286549929984>
	at __randomizedtesting.SeedInfo.seed([9201932F4F68EC5A:6AC76A1ADC717492]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9201932F4F68EC5A:D22EE49DD41FBF5F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: collection2
{failure={127.0.0.1:40389_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'collection2_s2_r_n2': Unable to create core [collection2_s2_r_n2] Caused by: null}, success={127.0.0.1:37473_solr={responseHeader={status=0, QTime=160}, core=collection2_s1_r_n1}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: collection2
{failure={127.0.0.1:40389_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'collection2_s2_r_n2': Unable to create core [collection2_s2_r_n2] Caused by: null}, success={127.0.0.1:37473_solr={responseHeader={status=0, QTime=160}, core=collection2_s1_r_n1}}}
	at __randomizedtesting.SeedInfo.seed([9201932F4F68EC5A:1A55ACF5E19481A2]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.setUp(SolrCloudBridgeTestCase.java:232)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17630 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.886 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9201932F4F68EC5A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9201932F4F68EC5A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.schema.TestCloudSchemaless.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestCloudSchemaless.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestCloudSchemaless" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9201932F4F68EC5A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolr

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2110 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2110/

7 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44655_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38293_solr, 127.0.0.1:42607_solr, 127.0.0.1:42929_solr, 127.0.0.1:44655_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44655_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38293_solr, 127.0.0.1:42607_solr, 127.0.0.1:42929_solr, 127.0.0.1:44655_solr]
	at __randomizedtesting.SeedInfo.seed([7C11FFFC497A7363:CF17B46CD35DA68]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testCreateErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: ConfigSet already exists got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: ConfigSet already exists got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([7C11FFFC497A7363:743C69B536EEF1B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@47aec8fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47aec8fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@7268344b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7268344b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@5565db9b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5565db9b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@47aec8fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47aec8fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@7268344b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7268344b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@5565db9b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5565db9b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@47aec8fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47aec8fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@7268344b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7268344b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@5565db9b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5565db9b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@47aec8fe
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@47aec8fe
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@7268344b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7268344b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@5565db9b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5565db9b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testCreateErrors(TestConfigSetsAPI.java:134)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>
	at __randomizedtesting.SeedInfo.seed([7C11FFFC497A7363]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 89 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=4063, name=SOLR-TGRP-TestConfigSetsAPI-3557, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4318, name=SOLR-TGRP-TestConfigSetsAPI-3712, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3926, name=SOLR-TGRP-TestConfigSetsAPI-3464, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4155, name=SOLR-TGRP-TestConfigSetsAPI-3611, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=3957, name=SOLR-TGRP-TestConfigSetsAPI-3491, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4323, name=SOLR-TGRP-TestConfigSetsAPI-3717, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3889, name=SOLR-TGRP-TestConfigSetsAPI-3434, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3966, name=SOLR-TGRP-TestConfigSetsAPI-3500, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3882, name=SOLR-TGRP-TestConfigSetsAPI-3427, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=3887, name=SOLR-TGRP-TestConfigSetsAPI-3432, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$229/0x00000001004fec40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4156, name=SOLR-TGRP-TestConfigSetsAPI-3612, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4317, name=SOLR-TGRP-TestConfigSetsAPI-3711, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=4308, name=SOLR-TGRP-TestConfigSetsAPI-3702, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3913, name=SOLR-TGRP-TestConfigSetsAPI-3451, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3922, name=SOLR-TGRP-TestConfigSetsAPI-3460, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=4309, name=SOLR-TGRP-TestConfigSetsAPI-3703, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3965, name=SOLR-TGRP-TestConfigSetsAPI-3499, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=3885, name=SOLR-TGRP-TestConfigSetsAPI-3430, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$229/0x00000001004fec40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=4055, name=http2client-scheduler-1, state=WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  20) Thread[id=4310, name=SOLR-TGRP-TestConfigSetsAPI-3704, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=4316, name=SOLR-TGRP-TestConfigSetsAPI-3710, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=3920, name=SOLR-TGRP-TestConfigSetsAPI-3458, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4036, name=SOLR-TGRP-TestConfigSetsAPI-3534, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3931, name=SOLR-TGRP-TestConfigSetsAPI-3469, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=4090, name=SOLR-TGRP-TestConfigSetsAPI-3568, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3921, name=SOLR-TGRP-TestConfigSetsAPI-3459, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$716/0x0000000100991c40.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4062, name=SOLR-TGRP-TestConfigSetsAPI-3556, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4324, name=SOLR-TGRP-TestConfigSetsAPI-3718, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=4061, name=SOLR-TGRP-TestConfigSetsAPI-3555, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=3959, name=SOLR-TGRP-TestConfigSetsAPI-3493, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3914, name=SOLR-TGRP-TestConfigSetsAPI-3452, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4321, name=SOLR-TGRP-TestConfigSetsAPI-3715, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3937, name=SOLR-TGRP-TestConfigSetsAPI-3475, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4302, name=SOLR-TGRP-TestConfigSetsAPI-3696, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3908, name=SOLR-TGRP-TestConfigSetsAPI-3446, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=4312, name=SOLR-TGRP-TestConfigSetsAPI-3706, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=3881, name=SOLR-TGRP-TestConfigSetsAPI-3426, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4272, name=SOLR-TGRP-TestConfigSetsAPI-3672, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4296, name=SOLR-TGRP-TestConfigSetsAPI-3690, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=4227, name=SOLR-TGRP-TestConfigSetsAPI-3647, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4306, name=SOLR-TGRP-TestConfigSetsAPI-3700, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4307, name=SOLR-TGRP-TestConfigSetsAPI-3701, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3919, name=SOLR-TGRP-TestConfigSetsAPI-3457, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4181, name=SOLR-TGRP-TestConfigSetsAPI-3621, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4294, name=SOLR-TGRP-TestConfigSetsAPI-3689, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4300, name=SOLR-TGRP-TestConfigSetsAPI-3695, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=4305, name=SOLR-TGRP-TestConfigSetsAPI-3699, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4304, name=SOLR-TGRP-TestConfigSetsAPI-3698, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3925, name=SOLR-TGRP-TestConfigSetsAPI-3463, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3909, name=SOLR-TGRP-TestConfigSetsAPI-3447, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3884, name=SOLR-TGRP-TestConfigSetsAPI-3429, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3929, name=SOLR-TGRP-TestConfigSetsAPI-3467, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=3927, name=SOLR-TGRP-TestConfigSetsAPI-3465, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4058, name=SOLR-TGRP-TestConfigSetsAPI-3552, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4060, name=SOLR-TGRP-TestConfigSetsAPI-3554, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=3891, name=SOLR-TGRP-TestConfigSetsAPI-3436, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=3886, name=SOLR-TGRP-TestConfigSetsAPI-3431, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$229/0x00000001004fec40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3916, name=SOLR-TGRP-TestConfigSetsAPI-3454, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4059, name=SOLR-TGRP-TestConfigSetsAPI-3553, state=TIMED_WAITING, group=TGRP-TestConf

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 9s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2109 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2109/

4 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_configset_delete
{failure={127.0.0.1:40263_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_configset_delete_s1_r_n1': Unable to create core [test_configset_delete_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_configset_delete
{failure={127.0.0.1:40263_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_configset_delete_s1_r_n1': Unable to create core [test_configset_delete_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([DE9BCB4E0CBFF7C2:1E63C4F670762369]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse(ConfigSetsAPITest.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 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DE9BCB4E0CBFF7C2:7E818015A8CFBCCE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699669434620182528>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699669434620182528>
	at __randomizedtesting.SeedInfo.seed([DE9BCB4E0CBFF7C2:265D327B9FA66F0A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DE9BCB4E0CBFF7C2:9EB4BCFC97C8A4C7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18033 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.265 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DE9BCB4E0CBFF7C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DE9BCB4E0CBFF7C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DE9BCB4E0CBFF7C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DE9BCB4E0CBFF7C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 57s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2108 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2108/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699662343595622400>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699662343595622400>
	at __randomizedtesting.SeedInfo.seed([F2144568FF642AF7:AD2BC5D6C7DB23F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([F2144568FF642AF7:B23B32DA641379F2]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16472 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.993 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F2144568FF642AF7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F2144568FF642AF7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  c

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2107 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2107/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:33743_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33743_solr, 127.0.0.1:34119_solr, 127.0.0.1:41507_solr, 127.0.0.1:42483_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:33743_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33743_solr, 127.0.0.1:34119_solr, 127.0.0.1:41507_solr, 127.0.0.1:42483_solr]
	at __randomizedtesting.SeedInfo.seed([142D22ADE30F4CEB:64CDA6176740E5E0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([142D22ADE30F4CEB:B43769F6477F07E7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699654068713029632>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699654068713029632>
	at __randomizedtesting.SeedInfo.seed([142D22ADE30F4CEB:ECEBDB987016D423]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([142D22ADE30F4CEB:5402551F78781FEE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17934 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.378 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=142D22ADE30F4CEB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=142D22ADE30F4CEB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=142D22ADE30F4CEB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=142D22ADE30F4CEB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished wit

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2106 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2106/

4 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([1E209B9FB4718676:DED89427C8B852DD]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse(ConfigSetsAPITest.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 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=4422, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-4044, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$816/0x0000000100aa0440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=4422, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-4044, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$816/0x0000000100aa0440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([1E209B9FB4718676]:0)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699643397605687296>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699643397605687296>
	at __randomizedtesting.SeedInfo.seed([1E209B9FB4718676:E6E662AA27681EBE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([1E209B9FB4718676:5E0FEC2D2F06D573]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16943 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.955 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1E209B9FB4718676 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1E209B9FB4718676 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1E209B9FB4718676 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1E209B9FB4718676 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exceptio

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 41s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2105 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2105/

3 tests failed.
FAILED:  org.apache.solr.search.TestStressUserVersions.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.search.TestStressUserVersions: 
   1) Thread[id=9400, name=testExecutor-TGRP-TestStressUserVersions-8269, state=RUNNABLE, group=TGRP-TestStressUserVersions]
        at (empty stack)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.search.TestStressUserVersions: 
   1) Thread[id=9400, name=testExecutor-TGRP-TestStressUserVersions-8269, state=RUNNABLE, group=TGRP-TestStressUserVersions]
        at (empty stack)
	at __randomizedtesting.SeedInfo.seed([9723F8BFF8B4E3EA]:0)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699636103596736512>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699636103596736512>
	at __randomizedtesting.SeedInfo.seed([9723F8BFF8B4E3EA:6FE5018A6BAD7B22]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9723F8BFF8B4E3EA:D70C8F0D63C3B0EF]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16807 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.064 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9723F8BFF8B4E3EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9723F8BFF8B4E3EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.search.TestStressUserVersions.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.search.TestStressUserVersions.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.search.TestStressUserVersions" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9723F8BFF8B4E3EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: i

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 25s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2104 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2104/

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AD253EA56E53B289:DD458380B6CA1BA5]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute(CollectionsAPISolrJTest.java:884)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([AD253EA56E53B289:D3F75FECA23F985]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699628159706595328>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699628159706595328>
	at __randomizedtesting.SeedInfo.seed([AD253EA56E53B289:55E3C790FD4A2A41]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AD253EA56E53B289:ED0A4917F524E18C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17596 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.281 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AD253EA56E53B289 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AD253EA56E53B289 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AD253EA56E53B289 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CollectionsAPISolrJTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CollectionsAPISolrJTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AD253EA56E53B289 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace o

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 27m 16s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2103 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2103/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B00582D960DD85D7:101FC982C4ADCEDB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699623872030048256>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699623872030048256>
	at __randomizedtesting.SeedInfo.seed([B00582D960DD85D7:48C37BECF3C41D1F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B00582D960DD85D7:F02AF56BFBAAD6D2]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17623 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.121 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B00582D960DD85D7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B00582D960DD85D7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B00582D960DD85D7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize an

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 37s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2102 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2102/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([2A23B0F0848095A6:8A39FBAB20F0DEAA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699615912285437952>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699615912285437952>
	at __randomizedtesting.SeedInfo.seed([2A23B0F0848095A6:D2E549C517990D6E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2A23B0F0848095A6:6A0CC7421FF7C6A3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16915 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.899 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A23B0F0848095A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A23B0F0848095A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2A23B0F0848095A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 45s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2101 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2101/

3 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=maxDoc

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=maxDoc
	at __randomizedtesting.SeedInfo.seed([65B63F1F9043F372:EB675B25FD02AB17]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699605150617829376>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699605150617829376>
	at __randomizedtesting.SeedInfo.seed([65B63F1F9043F372:9D70C62A035A6BBA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([65B63F1F9043F372:259948AD0B34A077]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16671 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.978 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=65B63F1F9043F372 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=65B63F1F9043F372 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=65B63F1F9043F372 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jen

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2100 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2100/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B34DAA31B78D2EF0:F362DD832CFA7DF5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14918 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.155 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B34DAA31B78D2EF0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValida

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2099 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2099/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3147DDC3592773A6:915D9698FD5738AA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699592597243166720>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699592597243166720>
	at __randomizedtesting.SeedInfo.seed([3147DDC3592773A6:C98124F6CA3EEB6E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3147DDC3592773A6:7168AA71C25020A3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16757 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.667 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3147DDC3592773A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3147DDC3592773A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3147DDC3592773A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/worksp

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 38s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2098 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2098/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([978FCB23E4D382D8:3795807840A3C9D4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43109_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34799_solr, 127.0.0.1:37051_solr, 127.0.0.1:40269_solr, 127.0.0.1:43109_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43109_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34799_solr, 127.0.0.1:37051_solr, 127.0.0.1:40269_solr, 127.0.0.1:43109_solr]
	at __randomizedtesting.SeedInfo.seed([978FCB23E4D382D8:E76F4F99609C2BD3]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699587328498991104>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699587328498991104>
	at __randomizedtesting.SeedInfo.seed([978FCB23E4D382D8:6F49321677CA1A10]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([978FCB23E4D382D8:D7A0BC917FA4D1DD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17825 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.514 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978FCB23E4D382D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978FCB23E4D382D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978FCB23E4D382D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978FCB23E4D382D8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 24s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2097 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2097/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35153_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35153_solr, 127.0.0.1:36591_solr, 127.0.0.1:39783_solr, 127.0.0.1:41527_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35153_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35153_solr, 127.0.0.1:36591_solr, 127.0.0.1:39783_solr, 127.0.0.1:41527_solr]
	at __randomizedtesting.SeedInfo.seed([C2236CF6890DA2AC:B2C3E84C0D420BA7]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699580963012476928>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699580963012476928>
	at __randomizedtesting.SeedInfo.seed([C2236CF6890DA2AC:3AE595C31A143A64]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C2236CF6890DA2AC:820C1B44127AF1A9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17434 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.07 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2236CF6890DA2AC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2236CF6890DA2AC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2236CF6890DA2AC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 21s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2096 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2096/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34467_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34467_solr, 127.0.0.1:38819_solr, 127.0.0.1:43169_solr, 127.0.0.1:44807_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34467_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34467_solr, 127.0.0.1:38819_solr, 127.0.0.1:43169_solr, 127.0.0.1:44807_solr]
	at __randomizedtesting.SeedInfo.seed([766AA023D9B838D6:68A24995DF791DD]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([766AA023D9B838D6:D670EB787DC873DA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699572632874123264>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699572632874123264>
	at __randomizedtesting.SeedInfo.seed([766AA023D9B838D6:8EAC59164AA1A01E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([766AA023D9B838D6:3645D79142CF6BD3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18183 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.003 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=766AA023D9B838D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=766AA023D9B838D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=766AA023D9B838D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=766AA023D9B838D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 16s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2095 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2095/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([480D17BFFF475EDA:822600D64300DDF]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14866 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.874 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=480D17BFFF475EDA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1695, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1703, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:146, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/co

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 27s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2094 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2094/

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C550EBA65021041C:654AA0FDF4514F10]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms
	at __randomizedtesting.SeedInfo.seed([C550EBA65021041C:CCB2348BD5570508]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:650)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@31610321
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@31610321
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@6f42e676
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6f42e676
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@68a99455
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@68a99455
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@31610321
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@31610321
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@6f42e676
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6f42e676
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@68a99455
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@68a99455
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@31610321
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@31610321
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@6f42e676
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6f42e676
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@68a99455
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@68a99455
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.client.solrj.impl.Http2SolrClient@31610321
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@31610321
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@6f42e676
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@6f42e676
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.common.util.SolrInternalHttpClient@68a99455
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@68a99455
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

>
	at __randomizedtesting.SeedInfo.seed([C550EBA65021041C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 61 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=4936, name=SOLR-TGRP-TestConfigSetsAPI-4528, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=5123, name=SOLR-TGRP-TestConfigSetsAPI-4648, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=5249, name=SOLR-TGRP-TestConfigSetsAPI-4734, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=5128, name=SOLR-TGRP-TestConfigSetsAPI-4653, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=5348, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
   6) Thread[id=4950, name=SOLR-TGRP-TestConfigSetsAPI-4542, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=5232, name=SOLR-TGRP-TestConfigSetsAPI-4717, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=5130, name=SOLR-TGRP-TestConfigSetsAPI-4655, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4948, name=SOLR-TGRP-TestConfigSetsAPI-4540, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=5009, name=SOLR-TGRP-TestConfigSetsAPI-4581, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4909, name=SOLR-TGRP-TestConfigSetsAPI-4508, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4981, name=SOLR-TGRP-TestConfigSetsAPI-4569, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=5202, name=SOLR-TGRP-TestConfigSetsAPI-4693, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=4973, name=SOLR-TGRP-TestConfigSetsAPI-4563, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=5127, name=SOLR-TGRP-TestConfigSetsAPI-4652, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=5231, name=SOLR-TGRP-TestConfigSetsAPI-4716, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=4933, name=SOLR-TGRP-TestConfigSetsAPI-4525, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4952, name=SOLR-TGRP-TestConfigSetsAPI-4544, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=5057, name=SOLR-TGRP-TestConfigSetsAPI-4606, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4978, name=SOLR-TGRP-TestConfigSetsAPI-4568, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=4926, name=SOLR-TGRP-TestConfigSetsAPI-4518, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$234/0x0000000100545c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4940, name=SOLR-TGRP-TestConfigSetsAPI-4532, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=5125, name=SOLR-TGRP-TestConfigSetsAPI-4650, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=5177, name=SOLR-TGRP-TestConfigSetsAPI-4684, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=5247, name=SOLR-TGRP-TestConfigSetsAPI-4732, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=4953, name=SOLR-TGRP-TestConfigSetsAPI-4545, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4982, name=SOLR-TGRP-TestConfigSetsAPI-4570, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=5250, name=SOLR-TGRP-TestConfigSetsAPI-4735, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=5367, name=SOLR-TGRP-TestConfigSetsAPI-4796, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4903, name=SOLR-TGRP-TestConfigSetsAPI-4502, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=5121, name=http2client-scheduler-1, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  32) Thread[id=4905, name=SOLR-TGRP-TestConfigSetsAPI-4504, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$795/0x00000001009d2040.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4931, name=SOLR-TGRP-TestConfigSetsAPI-4523, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=5236, name=SOLR-TGRP-TestConfigSetsAPI-4721, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4977, name=SOLR-TGRP-TestConfigSetsAPI-4567, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=4946, name=SOLR-TGRP-TestConfigSetsAPI-4538, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$234/0x0000000100545c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=5251, name=SOLR-TGRP-TestConfigSetsAPI-4736, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4927, name=SOLR-TGRP-TestConfigSetsAPI-4519, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=5229, name=SOLR-TGRP-TestConfigSetsAPI-4714, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=5227, name=SOLR-TGRP-TestConfigSetsAPI-4711, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4935, name=SOLR-TGRP-TestConfigSetsAPI-4527, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=5245, name=SOLR-TGRP-TestConfigSetsAPI-4730, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4974, name=SOLR-TGRP-TestConfigSetsAPI-4564, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4943, name=SOLR-TGRP-TestConfigSetsAPI-4535, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$234/0x0000000100545c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=5246, name=SOLR-TGRP-TestConfigSetsAPI-4731, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=5129, name=SOLR-TGRP-TestConfigSetsAPI-4654, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=5225, name=SOLR-TGRP-TestConfigSetsAPI-4710, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=5240, name=SOLR-TGRP-TestConfigSetsAPI-4725, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4972, name=SOLR-TGRP-TestConfigSetsAPI-4562, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4932, name=SOLR-TGRP-TestConfigSetsAPI-4524, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$234/0x0000000100545c40.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=5176, name=SOLR-TGRP-TestConfigSetsAPI-4683, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4976, name=SOLR-TGRP-TestConfigSetsAPI-4566, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4984, name=SOLR-TGRP-TestConfigSetsAPI-4572, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=5368, name=SOLR-TGRP-TestConfigSetsAPI-4797, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4908, name=SOLR-TGRP-TestConfigSetsAPI-4507, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=5234, name=SOLR-TGRP-TestConfigSetsAPI-4719, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=5235, name=SOLR-TGRP-TestConfigSetsAPI-4720, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4910, name=SOLR-TGRP-TestConfigSetsAPI-4509, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=5248, name=SOLR-TGRP-TestConfigSetsAPI-4733, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/jav

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 30s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2093 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2093/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3D22A2FC7E3BFDA5:7D0DD54EE54CAEA0]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14893 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.915 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D22A2FC7E3BFDA5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1695, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1703, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:146, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 49s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2092 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2092/

4 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=fieldValueCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=fieldValueCache
	at __randomizedtesting.SeedInfo.seed([33A0573926E6BBE0:BD7133034BA7E385]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699538483983417344>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699538483983417344>
	at __randomizedtesting.SeedInfo.seed([33A0573926E6BBE0:CB66AE0CB5FF2328]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([33A0573926E6BBE0:93BA1C628296F0EC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([33A0573926E6BBE0:738F208BBD91E8E5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16999 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.301 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=33A0573926E6BBE0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=33A0573926E6BBE0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=33A0573926E6BBE0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=33A0573926E6BBE0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 exceptio

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2091 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2091/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34447_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34447_solr, 127.0.0.1:36295_solr, 127.0.0.1:38037_solr, 127.0.0.1:40885_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34447_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34447_solr, 127.0.0.1:36295_solr, 127.0.0.1:38037_solr, 127.0.0.1:40885_solr]
	at __randomizedtesting.SeedInfo.seed([B68DCE0A1433D441:C66D4AB0907C7D4A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B68DCE0A1433D441:16978551B0439F4D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B68DCE0A1433D441:F6A2B9B88F448744]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16336 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 36.601 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B68DCE0A1433D441 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B68DCE0A1433D441 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B68DCE0A1433D441 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true p

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2090 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2090/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([1314916BFE435A01:533BE6D965340904]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14860 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.928 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1314916BFE435A01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1695, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1703, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1783, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1795, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1970, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:83, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:128, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:146, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 0s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2089 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2089/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699514945526300672>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699514945526300672>
	at __randomizedtesting.SeedInfo.seed([EFD733263355952D:1711CA13A04C0DE5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EFD733263355952D:AFF84494A822C628]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16640 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.303 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFD733263355952D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFD733263355952D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 15s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2088 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2088/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699508558080507904>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699508558080507904>
	at __randomizedtesting.SeedInfo.seed([18262C3C84F7ACDC:E0E0D50917EE3414]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([18262C3C84F7ACDC:58095B8E1F80FFD9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16422 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.395 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=18262C3C84F7ACDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=18262C3C84F7ACDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Para

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 26s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2087 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2087/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8F94BBFBB063B1D7:2F8EF0A01413FADB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699502602360717312>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699502602360717312>
	at __randomizedtesting.SeedInfo.seed([8F94BBFBB063B1D7:775242CE237A291F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8F94BBFBB063B1D7:CFBBCC492B14E2D2]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16937 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.73 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F94BBFBB063B1D7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F94BBFBB063B1D7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F94BBFBB063B1D7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surro

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 23s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2086 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2086/

5 tests failed.
FAILED:  org.apache.lucene.monitor.TestCachePurging.testBackgroundPurges

Error Message:
java.lang.AssertionError: expected:<-1> but was:<1082192997904273>

Stack Trace:
java.lang.AssertionError: expected:<-1> but was:<1082192997904273>
	at __randomizedtesting.SeedInfo.seed([F040ABCC14289853:E0FBED07440F0513]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.lucene.monitor.TestCachePurging.testBackgroundPurges(TestCachePurging.java:138)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:46643_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:40481_solr, 127.0.0.1:42879_solr, 127.0.0.1:44227_solr, 127.0.0.1:46643_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:46643_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:40481_solr, 127.0.0.1:42879_solr, 127.0.0.1:44227_solr, 127.0.0.1:46643_solr]
	at __randomizedtesting.SeedInfo.seed([F040ABCC14289853:80A02F7690673158]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=numDocs

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=numDocs
	at __randomizedtesting.SeedInfo.seed([F040ABCC14289853:7E91CFF67969C036]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699496969252110336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699496969252110336>
	at __randomizedtesting.SeedInfo.seed([F040ABCC14289853:88652F98731009B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([F040ABCC14289853:B06FDC7E8F5FCB56]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18769 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.909 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F040ABCC14289853 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F040ABCC14289853 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F040ABCC14289853 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F040ABCC14289853 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.monitor.TestCachePurging.testBackgroundPurges (:lucene:monitor)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/monitor/build/test-results/test/outputs/OUTPUT-org.apache.lucene.monitor.TestCachePurging.txt
    Reproduce with: gradlew :lucene:monitor:test --tests "org.apache.lucene.monitor.TestCachePurging" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F040ABCC14289853 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/S

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 35s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2085 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2085/

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([B7E1FD4A49F9FD3D:C781406F91605411]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute(CollectionsAPISolrJTest.java:884)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_col
{failure={127.0.0.1:35959_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_col_s1_r_n1': Unable to create core [test_col_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: test_col
{failure={127.0.0.1:35959_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'test_col_s1_r_n1': Unable to create core [test_col_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([B7E1FD4A49F9FD3D:D2E4F93BDB0DE57F]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown(TestWaitForStateWithJettyShutdowns.java:79)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699487015534329856>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699487015534329856>
	at __randomizedtesting.SeedInfo.seed([B7E1FD4A49F9FD3D:4F27047FDAE065F5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B7E1FD4A49F9FD3D:F7CE8AF8D28EAE38]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18032 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.289 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B7E1FD4A49F9FD3D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B7E1FD4A49F9FD3D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateBeforeShutDown (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B7E1FD4A49F9FD3D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CollectionsAPISolrJTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CollectionsAPISolrJTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B7E1FD4A49F9FD3D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it a

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2084 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2084/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699474839780196352>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699474839780196352>
	at __randomizedtesting.SeedInfo.seed([E437E38A9B5E25A:F685870D3AAC7A92]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([E437E38A9B5E25A:4E6C098A32C2B15F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16438 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.067 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E437E38A9B5E25A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E437E38A9B5E25A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 19m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2083 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2083/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39915_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34295_solr, 127.0.0.1:34649_solr, 127.0.0.1:39915_solr, 127.0.0.1:40829_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:39915_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34295_solr, 127.0.0.1:34649_solr, 127.0.0.1:39915_solr, 127.0.0.1:40829_solr]
	at __randomizedtesting.SeedInfo.seed([8F6A2E8343E4B099:FF8AAA39C7AB1992]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699458070742040576>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699458070742040576>
	at __randomizedtesting.SeedInfo.seed([8F6A2E8343E4B099:77ACD7B6D0FD2851]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8F6A2E8343E4B099:2F7065D8E794FB95]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8F6A2E8343E4B099:CF455931D893E39C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17992 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.413 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F6A2E8343E4B099 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F6A2E8343E4B099 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F6A2E8343E4B099 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F6A2E8343E4B099 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 28s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2082 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2082/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([7BB56B97352A62A6:DBAF20CC915A29AA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7BB56B97352A62A6:3B9A1C25AE5D31A3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15434 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.182 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7BB56B97352A62A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7BB56B97352A62A6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 38s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2081 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2081/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699444794715013120>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1699444794715013120>
	at __randomizedtesting.SeedInfo.seed([EE20D52D778FB4F4:16E62C18E4962C3C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EE20D52D778FB4F4:AE0FA29FECF8E7F1]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(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 org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16376 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.911 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 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:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EE20D52D778FB4F4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EE20D52D778FB4F4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.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.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].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.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.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.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/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.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/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.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework: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.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 5s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any